Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,25 @@ size_categories:
|
|
9 |
task_categories:
|
10 |
- tabular-classification
|
11 |
- tabular-regression
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
task_categories:
|
10 |
- tabular-classification
|
11 |
- tabular-regression
|
12 |
+
---
|
13 |
+
|
14 |
+
# Palmer Penguins
|
15 |
+
|
16 |
+
The Palmer penguins dataset by Allison Horst, Alison Hill, and Kristen Gorman was first made publicly available as an R package.
|
17 |
+
The goal of the Palmer Penguins dataset is to replace the highly overused Iris dataset for data exploration & visualization.
|
18 |
+
However, now you can use Palmer penguins on huggingface!
|
19 |
+
|
20 |
+
![Penguins](https://camo.githubusercontent.com/81cc55ac4e8636f74967d555c89b3f4ec57135d55d3910f6fec5b26af2fcfa1e/68747470733a2f2f616c6c69736f6e686f7273742e6769746875622e696f2f70616c6d657270656e6775696e732f7265666572656e63652f666967757265732f6c7465725f70656e6775696e732e706e67)
|
21 |
+
|
22 |
+
## License
|
23 |
+
Data are available by CC-0 license in accordance with the Palmer Station LTER Data Policy and the LTER Data Access Policy for Type I data.
|
24 |
+
|
25 |
+
## Bibliography
|
26 |
+
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. https://doi.org/10.1371/journal.pone.0090081
|
27 |
+
|
28 |
+
See also:
|
29 |
+
|
30 |
+
More information about the dataset is available in its official documentation.
|
31 |
+
|
32 |
+
The Palmer penguins dataset in Python: https://github.com/mcnakhaee/palmerpenguins/
|
33 |
+
The Palmer penguins dataset in Julia: https://github.com/devmotion/PalmerPenguins.jl
|