Description Usage Arguments Examples
View source: R/convertMLBenchObjToTask.R
We auto-set the target column, drop any column which is called “Id” and convert logicals to factors.
1 | convertMLBenchObjToTask(x, n = 100L, ...)
|
x |
[ |
n |
[ |
... |
[any] |
1 2 | 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.