Description Usage Arguments Value
Generate 1 XGBT model
1 2 3 4 5 6 7 8 | train_xgbt(
features = data,
seeds = seed,
CPU = 4,
CV = 10,
nrepeats = 3,
saveprediction = "final"
)
|
CPU |
Number of threads to use when training the model |
CV |
Number of sets for the cross-validation |
nrepeats |
|
data |
A feature data frame including the label of two Classes |
A list of models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.