train best model using gird search and vfold-CV
1 2 3 4 5 6 7 8 9 | ml1(
ti,
alg = "rf",
split_prop = 0.9,
fold = 10,
nlevel = 3,
cpu = 1,
seed = 26
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.