Add yaml metadata to reduce warnings
Browse files
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
This repo contains the analysis of the TreeOfLife10M dataset as it's being crafted and refined.
|
| 4 |
|
|
@@ -30,4 +35,4 @@ Note: run `pip install -r requirements.txt` before starting the notebooks.
|
|
| 30 |
### Visuals
|
| 31 |
|
| 32 |
Visualizations generated to demonstrate the distribution and diversity within the phyla of TreeOfLife10M.
|
| 33 |
-
There is also one for just the iNat21 data included.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: TreeOfLife10M EDA
|
| 5 |
+
---
|
| 6 |
+
# TreeOfLife10M EDA Repo
|
| 7 |
|
| 8 |
This repo contains the analysis of the TreeOfLife10M dataset as it's being crafted and refined.
|
| 9 |
|
|
|
|
| 35 |
### Visuals
|
| 36 |
|
| 37 |
Visualizations generated to demonstrate the distribution and diversity within the phyla of TreeOfLife10M.
|
| 38 |
+
There is also one for just the iNat21 data included.
|