[jvm-packages] add Spark and XGBoost tutorial (#1649)

* add back train method but mark as deprecated

* add Spark and XGBoost tutorial

* fix scalastyle error
This commit is contained in:
Nan Zhu 2016-10-11 12:41:24 -04:00 committed by Tianqi Chen
parent 8a7a6dba71
commit b56c6097d9

View File

@ -110,6 +110,7 @@ Please send pull requests if you find ones that are missing here.
- [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
- [Spark and XGBoost using Scala](http://www.elenacuoco.com/2016/10/10/scala-spark-xgboost-classification/) by Elena Cuoco
## Usecases
If you have particular usecase of xgboost that you would like to highlight.