penguins_simple | R Documentation |
Classification data to predict the species of penguins from the palmerpenguins package. A better alternative to the iris data set.
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.
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. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1371/journal.pone.0090081")}.
https://github.com/allisonhorst/palmerpenguins
data("penguins_simple", package = "mlr3data")
str(penguins_simple)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.