neoML.all | R Documentation |
Title glmnet/kknn/range/svm/xgboost training model
neoML.all( Neodataset = MLtestData, taskid = "neoML.glmnet", target = "judge", tunningkey = "classif.glmnet.rbv2", evalsnum = 20, innerparall = 4, outerparall = 3, innercv = 4, outercv = 3, measures = "classif.auc" )
Neodataset |
A data frame of feature selection dataset. |
taskid |
A character of task id. |
target |
A column name of prediction target in Neodataset |
tunningkey |
A character of mlr_tuning_spaces c(classif.glmnet.rbv2,classif.kknn.rbv2,classif.ranger.rbv2,classif.svm.rbv2,classif.xgboost.default) |
evalsnum |
the numbers of iterations evaluation |
innerparall |
The number of inner parallelizations,default is 4 |
outerparall |
The number of outer parallelizations,default is 4 |
innercv |
The number of inner sampling in Nested sampling methods, default is 4 |
outercv |
The number of outer sampling in Nested sampling methods, default is 4 |
measures |
A character for Performance Measures detail could be found in https://mlr3book.mlr-org.com/appendix.html?q=measure#list-measures |
A resampling model with model.store
neoML.glmnet(MLtestData) The evaluation of Tunning Space
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.