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 53301f9 commit 27107b5Copy full SHA for 27107b5
README.md
@@ -15,7 +15,6 @@ Have fun!
15
16
Treeplot can plot the tree for Random-forest, decission trees, xgboost and gradient boosting models:
17
* 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.
19
* treeplot.randomforest() : Plot the randomforest model. Parameters can be specified.
20
* treeplot.xgboost() : Plot the xgboost model. Parameters can be specified.
21
* treeplot.import_example('iris') : Import example dataset
0 commit comments