From 7a61f0dca2949dceb0a1de7fd1e81ec319d926d7 Mon Sep 17 00:00:00 2001 From: tqchen Date: Wed, 3 Sep 2014 13:18:36 -0700 Subject: [PATCH] ok --- demo/READMDE.md | 2 +- demo/guide-python/READMDE.md | 8 ++++---- demo/guide-python/runall.sh | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/demo/READMDE.md b/demo/READMDE.md index 916a5cea1..433324947 100644 --- a/demo/READMDE.md +++ b/demo/READMDE.md @@ -14,7 +14,7 @@ Start Examples by Tasks 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.py) [R](guide-R/basic.R) +* Basic walkthrough of wrappers. [python](guide-python/basic_walkthrough.py) [R](guide-R/basic_walkthrough.R) * Cutomize loss function, and evaluation metric. [python](guide-python/custom_objective.py) [R](guide-R/custom_objective.R) * Boosting from existing prediction. [python](guide-python/boost_from_prediction.py) [R](guide-R/boost_from_prediction.R) * Predicting using first n trees. [python](guide-python/predict_first_ntree.py) [R](guide-R/predict_first_ntree.R) diff --git a/demo/guide-python/READMDE.md b/demo/guide-python/READMDE.md index 7eaec6155..b2cad6b54 100644 --- a/demo/guide-python/READMDE.md +++ b/demo/guide-python/READMDE.md @@ -1,6 +1,6 @@ XGBoost Python Feature Walkthrough ==== -* [Basic walkthrough of wrappers](guide-python/basic.py) -* [Cutomize loss function, and evaluation metric](guide-python/custom_objective.py) -* [Boosting from existing prediction](guide-python/boost_from_prediction.py) -* [Predicting using first n trees](guide-python/predict_first_ntree.py) +* [Basic walkthrough of wrappers](basic_walkthrough.py) +* [Cutomize loss function, and evaluation metric](custom_objective.py) +* [Boosting from existing prediction](boost_from_prediction.py) +* [Predicting using first n trees](predict_first_ntree.py) diff --git a/demo/guide-python/runall.sh b/demo/guide-python/runall.sh index 6b37c68ca..4386cf262 100755 --- a/demo/guide-python/runall.sh +++ b/demo/guide-python/runall.sh @@ -2,5 +2,4 @@ python basic_walkthrough.py python custom_objective.py python boost_from_prediction.py -python boost_from_prediction.py rm *~ *.model *.buffer \ No newline at end of file