View source: R/convertOMLDataSetToMlr.R
convertOMLDataSetToMlr | R Documentation |
Converts an OMLDataSet
to a Task
.
convertOMLDataSetToMlr(
obj,
mlr.task.id = "<oml.data.name>",
task.type = NULL,
target = obj$desc$default.target.attribute,
ignore.flagged.attributes = TRUE,
drop.levels = TRUE,
fix.colnames = TRUE,
verbosity = NULL
)
obj |
[ |
mlr.task.id |
[ |
task.type |
[ |
target |
[ |
ignore.flagged.attributes |
[ |
drop.levels |
[ |
fix.colnames |
[ |
verbosity |
[ |
[Task
].
Other data set-related functions:
OMLDataSetDescription
,
OMLDataSet
,
convertMlrTaskToOMLDataSet()
,
deleteOMLObject()
,
getOMLDataSet()
,
listOMLDataSets()
,
tagOMLObject()
,
uploadOMLDataSet()
# \dontrun{
# library("mlr")
# autosOML = getOMLDataSet(data.id = 9)
# autosMlr = convertOMLDataSetToMlr(autosOML)
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.