From 1db28b8718081a63a55ecc1d861a8d21802d6cb5 Mon Sep 17 00:00:00 2001 From: Juzer Shakir Date: Wed, 10 Oct 2018 22:53:27 +0530 Subject: [PATCH] Typo fixed (#3784) The word 'make' was been repeated twice, fixed to single. --- demo/multiclass_classification/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/multiclass_classification/README.md b/demo/multiclass_classification/README.md index 52797953d..6554ee176 100644 --- a/demo/multiclass_classification/README.md +++ b/demo/multiclass_classification/README.md @@ -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