Description Usage Arguments Examples
Additive noise model using the XGBoost regression.
1 2 |
x |
The observation of the cause. |
y |
The observation of the effect. |
booster |
The regression function, "gbtree" or "gblinear" |
nrounds |
The number of tree |
gamma |
The gamma parameter that controls the pruning process. The higher gamma the less overfitting. |
nthread |
The number of CPU. |
... |
Other parameters see ?xgboost |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.