Merge pull request #607 from ClimbsRocks/patch-7

punctuation update
This commit is contained in:
Michaël Benesty 2015-11-08 08:41:03 +01:00
commit 5268c19b6b

View File

@ -1,6 +1,6 @@
XGBoost Parameters
==================
Before running XGboost, we must set three types of parameters, general parameters, booster parameters and task parameters:
Before running XGboost, we must set three types of parameters: general parameters, booster parameters and task parameters.
- General parameters relates to which booster we are using to do boosting, commonly tree or linear model
- Booster parameters depends on which booster you have chosen
- Learning Task parameters that decides on the learning scenario, for example, regression tasks may use different parameters with ranking tasks.