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.
XGBoost R Feature Walkthrough
- Basic walkthrough of wrappers
- Cutomize loss function, and evaluation metric
- Boosting from existing prediction
- Predicting using first n trees
- Generalized Linear Model
- Cross validation
- Create a sparse matrix from a dense one
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:)