Ajinkya Kale 0c8c231949 Fixing duplicate params in demo
Issue in "demo(package="xgboost", custom_objective)"

> bst <- xgb.train(param, dtrain, num_round, watchlist, 
+                  objective=logregobj, eval_metric=evalerror)
Error in xgb.train(param, dtrain, num_round, watchlist, objective = logregobj,  : 
  Duplicated term in parameters. Please check your list of params.
2015-07-29 14:28:34 -07:00
..
2015-05-11 16:59:18 -07:00
2015-05-11 15:21:54 -07:00
2015-02-02 13:21:13 +01:00
2015-05-11 16:59:18 -07:00

XGBoost R Feature Walkthrough

Benchmarks

Notes

  • Contribution of examples, benchmarks is more than welcomed!
  • If you like to share how you use xgboost to solve your problem, send a pull request:)