mlr3 (version 0.1.4)

mlr_tasks_wine: Wine Classification Task

Description

Wine data set from the UCI machine learning repository (https://archive.ics.uci.edu/ml/datasets/wine). Results of a chemical analysis of three types of wines grown in the same region in Italy but derived from three different cultivars.

Arguments

Format

R6::R6Class inheriting from TaskClassif.

Construction

mlr_tasks$get("wine")
tsk("wine")

References

mlr3dua_2017

See Also

Dictionary of Tasks: mlr_tasks

as.data.table(mlr_tasks) for a complete table of all (also dynamically created) Tasks.