Update README.md

This commit is contained in:
Tianqi Chen 2014-09-09 21:38:01 -07:00
parent c380342c5f
commit 4275403004

View File

@ -8,7 +8,11 @@ This folder contains the all example codes using xgboost.
Features Walkthrough Features Walkthrough
==== ====
This is a list of short codes introducing different functionalities of xgboost and its wrapper. 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) * Cutomize loss function, and evaluation metric [python](guide-python/custom_objective.py)
* Boosting from existing prediction [python](guide-python/boost_from_prediction.py) * Boosting from existing prediction [python](guide-python/boost_from_prediction.py)
* Predicting using first n trees [python](guide-python/predict_first_ntree.py) * Predicting using first n trees [python](guide-python/predict_first_ntree.py)