11 lines
299 B
Markdown
11 lines
299 B
Markdown
Demonstrating how to use XGBoost accomplish Multi-Class classification task on [UCI Dermatology dataset](https://archive.ics.uci.edu/ml/datasets/Dermatology)
|
|
|
|
Make sure you make xgboost python module in ../../python
|
|
|
|
1. Run runexp.sh
|
|
```bash
|
|
./runexp.sh
|
|
```
|
|
|
|
**R version** please see the `train.R`.
|