Transforms a data set of class ped
to a format suitable for
xgboost
, then runs the xgboost model. All parameters available in
xgboost
can be passed on via ellipsis.
The base_score
is set to 1
.
1 | xgboost.ped(data = NULL, ...)
|
data |
An objet of class |
... |
Further arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.