Learn R Programming

mlr3data (version 0.7.0)

penguins_simple: Simplified Palmer Penguins Data Set

Description

Classification data to predict the species of penguins from the palmerpenguins package. A better alternative to the iris data set.

Arguments

Pre-processing

  • The unit of measurement have been removed from the column names. Lengths are given in millimeters (mm), weight in gram (g).

  • Observations with missing values have been removed.

  • Factor variables are one-hot encoded.

References

Gorman KB, Williams TD, Fraser WR (2014). “Ecological Sexual Dimorphism and Environmental Variability within a Community of Antarctic Penguins (Genus Pygoscelis).” PLoS ONE, 9(3), e90081. tools:::Rd_expr_doi("10.1371/journal.pone.0090081").

https://github.com/allisonhorst/palmerpenguins

Examples

Run this code
data("penguins_simple", package = "mlr3data")
str(penguins_simple)

Run the code above in your browser using DataLab