src/external/xgboost/doc/parameter.md
Before running XGboost, we must set three types of parameters, general parameters, booster parameters and task parameters:
In R-package, you can use .(dot) to replace under score in the parameters, for example, you can use max.depth as max_depth. The underscore parameters are also valid in R.
The following parameters are only used in the console version of xgboost