File tree Expand file tree Collapse file tree 3 files changed +2
-33
lines changed Expand file tree Collapse file tree 3 files changed +2
-33
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This document is hosted at http://xgboost.readthedocs.org/. You can also browse
1111How to Get Started
1212------------------
1313The best way to get started to learn xgboost is by the examples. There are three types of examples you can find in xgboost.
14- * [ Tutorials] ( #tutorials ) are self-conatained tutorials on a complete data science tasks.
14+ * [ Tutorials] ( #tutorials ) are self-contained tutorials on complete data science tasks.
1515* [ XGBoost Code Examples] ( ../demo/ ) are collections of code and benchmarks of xgboost.
1616 - There is a walkthrough section in this to walk you through specific API features.
1717* [ Highlight Solutions] ( #highlight-solutions ) are presentations using xgboost to solve real world problems.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2323setup (name = 'xgboost' ,
2424 version = open (os .path .join (CURRENT_DIR , 'xgboost/VERSION' )).read ().strip (),
2525 #version='0.4a23',
26- description = open (os .path .join (CURRENT_DIR , 'README.md ' )).read (),
26+ description = open (os .path .join (CURRENT_DIR , 'README.rst ' )).read (),
2727 install_requires = [
2828 'numpy' ,
2929 'scipy' ,
You can’t perform that action at this time.
0 commit comments