xgboost/demo/multiclass_classification
BruceZhao 3b5a1f389a [R] add a demo of multi-class classification R version (#3695)
* add a demo of multi-class classification R version

* add a demo of multi-class classification result

* add intro to the demo readme

* Delete train.md

* Update README.md
2018-09-21 23:06:40 -07:00
..
chg
2014-05-16 21:27:37 -06:00
2017-11-29 11:22:09 -08:00

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

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

  1. Run runexp.sh
./runexp.sh

R version please see the train.R.