Datasets:
Upload external_waveplate pilot: metadata/split_summary.json
Browse files- metadata/split_summary.json +49 -0
metadata/split_summary.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"split_policy": "TODO: specimen_level_or_patch_level",
|
| 3 |
+
"leakage_note": "TODO",
|
| 4 |
+
"splits": {
|
| 5 |
+
"train": {
|
| 6 |
+
"subset": "healthy_bone_cell",
|
| 7 |
+
"specimen_type": "healthy_bone_cell",
|
| 8 |
+
"samples": null,
|
| 9 |
+
"path_pattern": "data/train-*.parquet"
|
| 10 |
+
},
|
| 11 |
+
"validation": {
|
| 12 |
+
"subset": "healthy_bone_cell",
|
| 13 |
+
"specimen_type": "healthy_bone_cell",
|
| 14 |
+
"samples": null,
|
| 15 |
+
"path_pattern": "data/validation-*.parquet"
|
| 16 |
+
},
|
| 17 |
+
"test": {
|
| 18 |
+
"subset": "healthy_bone_cell",
|
| 19 |
+
"specimen_type": "healthy_bone_cell",
|
| 20 |
+
"samples": null,
|
| 21 |
+
"path_pattern": "data/test-*.parquet"
|
| 22 |
+
},
|
| 23 |
+
"external_waveplate": {
|
| 24 |
+
"subset": "waveplate",
|
| 25 |
+
"specimen_type": "waveplate",
|
| 26 |
+
"samples": 18,
|
| 27 |
+
"wavelength_nm": 633,
|
| 28 |
+
"path_pattern": "data/external_waveplate-*.parquet"
|
| 29 |
+
},
|
| 30 |
+
"external_spectral_610": {
|
| 31 |
+
"subset": "spectral",
|
| 32 |
+
"samples": null,
|
| 33 |
+
"wavelength_nm": 610,
|
| 34 |
+
"path_pattern": "data/external_spectral_610-*.parquet"
|
| 35 |
+
},
|
| 36 |
+
"external_spectral_650": {
|
| 37 |
+
"subset": "spectral",
|
| 38 |
+
"samples": null,
|
| 39 |
+
"wavelength_nm": 650,
|
| 40 |
+
"path_pattern": "data/external_spectral_650-*.parquet"
|
| 41 |
+
},
|
| 42 |
+
"external_spectral_690": {
|
| 43 |
+
"subset": "spectral",
|
| 44 |
+
"samples": null,
|
| 45 |
+
"wavelength_nm": 690,
|
| 46 |
+
"path_pattern": "data/external_spectral_690-*.parquet"
|
| 47 |
+
}
|
| 48 |
+
}
|
| 49 |
+
}
|