mlr_tasks_lazy_iris | R Documentation |
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.
tsk("lazy_iris")
Task type: “classif”
Properties: “multiclass”
Has Missings: no
Target: “Species”
Features: “x”
Data Dimension: 150x3
https://en.wikipedia.org/wiki/Iris_flower_data_set
Anderson E (1936). “The Species Problem in Iris.” Annals of the Missouri Botanical Garden, 23(3), 457. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2307/2394164")}.
task = tsk("lazy_iris")
task
df = task$data()
materialize(df$x[1:6], rbind = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.