Fix typo: cutomize -> customize (#3073)

This commit is contained in:
Peter M. Landwehr 2018-02-04 13:56:04 -08:00 committed by Sergei Lebedev
parent 24c2e41287
commit 86bf930497

View File

@ -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)