Plot model deepness

New function to explore the model by ploting the way splits are done.
This commit is contained in:
pommedeterresautee
2015-11-24 11:45:32 +01:00
parent fe7cdcefb4
commit d9fe9c5d8a
12 changed files with 383 additions and 39 deletions

View File

@@ -10,6 +10,7 @@ export(xgb.dump)
export(xgb.importance)
export(xgb.load)
export(xgb.model.dt.tree)
export(xgb.plot.deepness)
export(xgb.plot.importance)
export(xgb.plot.tree)
export(xgb.save)