# \donttest{
## Example downloads OpenML data, might take some time:
x <- getDataCensus(
task.type="classif",
nobs = 1e3,
nfactors = "high",
nnumericals = "high",
cardinality = "high",
data.seed=1,
cachedir= "oml.cache",
target = "age")
taskdata <- getMlrTask(
dataset = x,
task.type = "classif",
data.seed = 1)
# }
Run the code above in your browser using DataLab