Merge branch 'dev' of ssh://github.com/tqchen/xgboost into dev

This commit is contained in:
tqchen 2014-05-16 20:29:17 -07:00
commit 84afaaaa7d
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Demonstrating how to use XGBoost accomplish Multi-Class classification task on [UCI Dermatology dataset](https://archive.ics.uci.edu/ml/datasets/Dermatology)
1. Run runexp.sh
```bash
./runexp.sh
```
Explainations can be found in [wiki](https://github.com/tqchen/xgboost/wiki)