From cd0821500cbecf8b7afaa2382448e0470081ddca Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Sat, 19 Dec 2020 15:57:05 -0800 Subject: [PATCH] Add Saturn Cloud Dask XGBoost tutorial to Awesome XGBoost [skip ci] (#6532) --- demo/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/README.md b/demo/README.md index b94b43b61..a1135ea2d 100644 --- a/demo/README.md +++ b/demo/README.md @@ -110,6 +110,7 @@ Please send pull requests if you find ones that are missing here. ## Tutorials +- [XGBoost Training with Dask, using Saturn Cloud](https://www.saturncloud.io/docs/tutorials/xgboost/) - [Machine Learning with XGBoost on Qubole Spark Cluster](https://www.qubole.com/blog/machine-learning-xgboost-qubole-spark-cluster/) - [XGBoost Official RMarkdown Tutorials](https://xgboost.readthedocs.org/en/latest/R-package/index.html#tutorials) - [An Introduction to XGBoost R Package](http://dmlc.ml/rstats/2016/03/10/xgboost.html) by Tong He