9 lines
278 B
Markdown
9 lines
278 B
Markdown
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)
|