xgboost/demo/multiclass_classification
Jiaming Yuan 2c1a439869
Update Python demos with tests. (#5651)
* Remove GPU memory usage demo.
* Add tests for demos.
* Remove `silent`.
* Remove shebang as it's not portable.
2020-05-12 12:04:42 +08:00
..
2018-10-10 10:23:27 -07:00
chg
2014-05-16 21:27:37 -06:00

Demonstrating how to use XGBoost accomplish Multi-Class classification task on UCI Dermatology dataset

Make sure you make xgboost python module in ../../python

  1. Run runexp.sh
./runexp.sh

R version please see the train.R.