Cleaned up guide-python directory.

This commit is contained in:
John Wittenauer 2015-08-13 20:32:47 -04:00
parent a7202ee804
commit 7a3676851d
2 changed files with 6 additions and 1 deletions

View File

@ -7,5 +7,6 @@ XGBoost Python Feature Walkthrough
* [Generalized Linear Model](generalized_linear_model.py)
* [Cross validation](cross_validation.py)
* [Predicting leaf indices](predict_leaf_indices.py)
* [Sklearn Wrapper](sklearn_example.py)
* [Sklearn Wrapper](sklearn_examples.py)
* [Sklearn Parallel](sklearn_parallel.py)
* [External Memory](external_memory.py)

View File

@ -2,7 +2,11 @@
python basic_walkthrough.py
python custom_objective.py
python boost_from_prediction.py
python predict_first_ntree.py
python generalized_linear_model.py
python cross_validation.py
python predict_leaf_indices.py
python sklearn_examples.py
python sklearn_parallel.py
python external_memory.py
rm -rf *~ *.model *.buffer