From 42754030045c68041acd860d88dace65d82500ba Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 9 Sep 2014 21:38:01 -0700 Subject: [PATCH] Update README.md --- demo/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index 5414e642e..6e7c86df9 100644 --- a/demo/README.md +++ b/demo/README.md @@ -8,7 +8,11 @@ This folder contains the all example codes using xgboost. Features Walkthrough ==== This is a list of short codes introducing different functionalities of xgboost and its wrapper. -* Basic walkthrough of wrappers [python](guide-python/basic_walkthrough.py) +* Basic walkthrough of wrappers + [python](guide-python/basic_walkthrough.py) + [R](../R-package/demo/basic_walkthrough.R) + [Julia](https://github.com/antinucleon/XGBoost.jl/blob/master/demo/basic_walkthrough.jl) + * Cutomize loss function, and evaluation metric [python](guide-python/custom_objective.py) * Boosting from existing prediction [python](guide-python/boost_from_prediction.py) * Predicting using first n trees [python](guide-python/predict_first_ntree.py)