Convert a machine learning benchmark / demo object from package mlbench to a task.
We auto-set the target column, drop any column which is called “Id” and convert logicals to factors.
convertMLBenchObjToTask(x, n = 100L, ...)
x |
( |
n |
( |
... |
(any) |
print(convertMLBenchObjToTask("Ionosphere")) print(convertMLBenchObjToTask("mlbench.spirals", n = 100, sd = 0.1))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.