This commit is contained in:
El Potaeto 2015-05-03 12:55:13 +02:00
parent feac425851
commit 5fa2abee6e

View File

@ -209,5 +209,6 @@ Feature importance gives you feature weight information but not interaction betw
xgb.plot.tree(feature_names = names, model = bst, n_first_tree = 2) xgb.plot.tree(feature_names = names, model = bst, n_first_tree = 2)
``` ```
We are just displaying the first one here. We are just displaying the first trees here.
On simple models first trees may be enough. Here, it may not be the case.