From 2b24697d790cc205621bf65d97d4764729217bdf Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Fri, 20 Mar 2015 10:13:49 +0100 Subject: [PATCH] add tuto to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 980f0cc00..3b94fd3f3 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Please join [XGBoost User Group](https://groups.google.com/forum/#!forum/xgboost Examples Code: [Learning to use xgboost by examples](demo) +Video tutorial: [Better Optimization with Repeated Cross Validation and the XGBoost model - Machine Learning with R](https://www.youtube.com/watch?v=Og7CGAfSr_Y) + Distributed Version: [Distributed XGBoost](multi-node) Notes on the Code: [Code Guide](src)