Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/tree/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def export_graphviz(decision_tree, out_file=SENTINEL, max_depth=None,

Parameters
----------
decision_tree : decision tree classifier
decision_tree : decision tree regressor or classifier
The decision tree to be exported to GraphViz.

out_file : file object or string, optional (default='tree.dot')
Expand Down