
Last chance! 50% off unlimited learning
Sale ends in
We auto-set the target column, drop any column which is called “Id” and convert logicals to factors.
convertMLBenchObjToTask(x, n = 100L, ...)
(character(1)
)
Name of an mlbench function or dataset.
(integer(1)
)
Number of observations for data simul functions.
Note that for a few mlbench function this setting is not exactly respected by mlbench.
Default is 100.
(any) Passed on to data simul functions.
# NOT RUN {
print(convertMLBenchObjToTask("Ionosphere"))
print(convertMLBenchObjToTask("mlbench.spirals", n = 100, sd = 0.1))
# }
Run the code above in your browser using DataLab