View source: R/convertMLBenchObjToTask.R
convertMLBenchObjToTask | R Documentation |
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.