Merge pull request #155 from pommedeterresautee/master

fix mermaid + change in description + new plot importance feature function + fix bug in CV function + add 1 Vignette
This commit is contained in:
Tong He
2015-02-01 14:12:43 -08:00
27 changed files with 597 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ cat('running cross validation, disable standard deviation display\n')
# [iteration] metric_name:mean_value+std_value
# std_value is standard deviation of the metric
xgb.cv(param, dtrain, nround, nfold=5,
metrics={'error'}, , showsd = FALSE)
metrics={'error'}, showsd = FALSE)
###
# you can also do cross validation with cutomized loss function