We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41c3c7 commit 9c8541fCopy full SHA for 9c8541f
sklearn/tree/export.py
@@ -92,7 +92,7 @@ def export_graphviz(decision_tree, out_file=SENTINEL, max_depth=None,
92
93
Parameters
94
----------
95
- decision_tree : decision tree classifier
+ decision_tree : decision tree regressor or classifier
96
The decision tree to be exported to GraphViz.
97
98
out_file : file object or string, optional (default='tree.dot')
0 commit comments