marmal88 commited on
Commit
5ff1cc7
1 Parent(s): 351a897

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- Train test split was done using a stratified splitting by cancer/diagnosis type. A copy of the data stratificatation can be obtained on my github [here](https://github.com/marmal88/skin_cancer).
 
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