Typo fixed (#3784)

The word 'make' was been repeated twice, fixed to single.
This commit is contained in:
Juzer Shakir 2018-10-10 22:53:27 +05:30 committed by Philip Hyunsu Cho
parent 5480e05173
commit 1db28b8718

View File

@ -1,6 +1,6 @@
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 make xgboost python module in ../../python
Make sure you make xgboost python module in ../../python
1. Run runexp.sh
```bash