From 8cac37b2b49bf0359047637665c557d8c1b0a963 Mon Sep 17 00:00:00 2001 From: Norbert Date: Tue, 6 Sep 2016 20:12:56 +0200 Subject: [PATCH] Practical XGBoost in Python online course (#1542) --- demo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/README.md b/demo/README.md index fb5505fbc..7752fd335 100644 --- a/demo/README.md +++ b/demo/README.md @@ -107,6 +107,7 @@ Please send pull requests if you find ones that are missing here. - [Ensemble Decision Tree with XGBoost](https://www.kaggle.com/binghsu/predict-west-nile-virus/xgboost-starter-code-python-0-69) by [Bing Xu](https://www.kaggle.com/binghsu) - [Notes on eXtreme Gradient Boosting](http://startup.ml/blog/xgboost) by ARSHAK NAVRUZYAN ([iPython Notebook](https://github.com/startupml/koan/blob/master/eXtreme%20Gradient%20Boosting.ipynb)) - [Complete Guide to Parameter Tuning in XGBoost](http://www.analyticsvidhya.com/blog/2016/03/complete-guide-parameter-tuning-xgboost-with-codes-python/) by Aarshay Jain +- [Practical XGBoost in Python online course](http://education.parrotprediction.teachable.com/courses/practical-xgboost-in-python) by Parrot Prediction ## Usecases If you have particular usecase of xgboost that you would like to highlight.