Cleaning in documentation

This commit is contained in:
pommedeterresautee
2015-12-02 15:48:01 +01:00
parent e384f549f4
commit 0abb4338a9
2 changed files with 3 additions and 3 deletions

View File

@@ -345,7 +345,7 @@ Feature importance is similar to R gbm package's relative influence (rel.inf).
```
importance_matrix <- xgb.importance(model = bst)
print(importance_matrix)
xgb.plot.importance(importance_matrix)
xgb.plot.importance(importance_matrix = importance_matrix)
```
View the trees from a model