Motor Trend Regression Task
A regression task for the datasets::mtcars data set.
Target variable is mpg
(Miles/(US) gallon).
Rownames are stored as variable "..rownames
with column role "model"
.
R6::R6Class inheriting from TaskRegr.
mlr_tasks$get("mtcars") tsk("mtcars")
Task type: “regr”
Dimensions: 32x11
Properties: -
Has Missings: FALSE
Target: “mpg”
Features: “am”, “carb”, “cyl”, “disp”, “drat”, “gear”, “hp”, “qsec”, “vs”, “wt”
Dictionary of Tasks: mlr_tasks
as.data.table(mlr_tasks)
for a complete table of all (also dynamically created) Tasks.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.