Skip to content

Commit 10a8ff6

Browse files
authored
Merge pull request #1 from ChongfengLing/fix-readme.md-plot_tree()
func treeplot.plot_tree() does not exist
2 parents 53301f9 + 27107b5 commit 10a8ff6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Have fun!
1515

1616
Treeplot can plot the tree for Random-forest, decission trees, xgboost and gradient boosting models:
1717
* treeplot.plot() : Generic function to plot the tree of any of the four models with default settings
18-
* treeplot.plot_tree() : Plot the decission tree model. Parameters can be specified.
1918
* treeplot.randomforest() : Plot the randomforest model. Parameters can be specified.
2019
* treeplot.xgboost() : Plot the xgboost model. Parameters can be specified.
2120
* treeplot.import_example('iris') : Import example dataset

0 commit comments

Comments
 (0)