Iris Classification Task
A classification task for the popular datasets::iris data set.
R6::R6Class inheriting from TaskClassif.
mlr_tasks$get("iris") tsk("iris")
Task type: “classif”
Dimensions: 150x5
Properties: “multiclass”
Has Missings: FALSE
Target: “Species”
Features: “Petal.Length”, “Petal.Width”, “Sepal.Length”, “Sepal.Width”
Anderson E (1936). “The Species Problem in Iris.” Annals of the Missouri Botanical Garden, 23(3), 457. doi: 10.2307/2394164.
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.