Iris Classification Task
A classification task for the popular datasets::iris data set. Just like the iris task, but the features are represented as one lazy tensor column.
R6::R6Class inheriting from mlr3::TaskClassif .
https://en.wikipedia.org/wiki/Iris_flower_data_set
tsk("lazy_iris")
task = tsk("lazy_iris") task df = task$data() materialize(df$x[1:6], rbind = TRUE)
Anderson E (1936). The Species Problem in Iris.
Annals of the Missouri Botanical Garden, 23 (3), 457. tools:::Rd_expr_doi("10.2307/2394164") .
Useful links
Downloads (last 30 days):