From 86bf930497c6978a4bb1dd20e94c731477d9a77d Mon Sep 17 00:00:00 2001 From: "Peter M. Landwehr" Date: Sun, 4 Feb 2018 13:56:04 -0800 Subject: [PATCH] Fix typo: cutomize -> customize (#3073) --- demo/guide-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/guide-python/README.md b/demo/guide-python/README.md index d84095f2b..a1fe84b27 100644 --- a/demo/guide-python/README.md +++ b/demo/guide-python/README.md @@ -1,7 +1,7 @@ XGBoost Python Feature Walkthrough ================================== * [Basic walkthrough of wrappers](basic_walkthrough.py) -* [Cutomize loss function, and evaluation metric](custom_objective.py) +* [Customize loss function, and evaluation metric](custom_objective.py) * [Boosting from existing prediction](boost_from_prediction.py) * [Predicting using first n trees](predict_first_ntree.py) * [Generalized Linear Model](generalized_linear_model.py)