Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -47,7 +47,8 @@ size_categories:
|
|
47 |
- Kaggle dataset [here](https://www.kaggle.com/datasets/kmader/skin-cancer-mnist-ham10000?resource=download)
|
48 |
|
49 |
This is a contribution to open sourced data in hugging face for image data. Images can be obtained from above links.
|
50 |
-
|
|
|
51 |
|
52 |
I do not own any rights to above images.
|
53 |
|
|
|
47 |
- Kaggle dataset [here](https://www.kaggle.com/datasets/kmader/skin-cancer-mnist-ham10000?resource=download)
|
48 |
|
49 |
This is a contribution to open sourced data in hugging face for image data. Images can be obtained from above links.
|
50 |
+
|
51 |
+
Train test split was done using a stratified splitting by cancer/diagnosis type. The code to stratify the dataset can be obtained on my github [here](https://github.com/marmal88/skin_cancer).
|
52 |
|
53 |
I do not own any rights to above images.
|
54 |
|