punctuation update

This commit is contained in:
Preston Parry 2015-11-07 22:27:39 -08:00
parent ebbde5c343
commit d25efb6468

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.