asgroi commited on
Commit
1e444a5
·
verified ·
1 Parent(s): 9f0e5e3

Upload 6 files

Browse files
bodmas_clean.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15f46e891f27f3661ccd02fab9ebe504b8c6e1c218a47039462753c6ffc07a94
3
+ size 1166
bodmas_clean_X.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5f3f91a01745c5ee55c747a40dc061f4ec7e0152b9d28ab92ebd008be216d6
3
+ size 1250718112
bodmas_clean_metadata.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24539194c92bd76d02a4a026982dd6f78cab870a95a338567c89434184f00665
3
+ size 15933393
bodmas_clean_y.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3bb7abef44aebdaad44d83919747d7c9afe905b1e8557dfcf070b9a1eda9e30
3
+ size 537840
bodmas_cleaned_dataset.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
manifest.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "bodmas",
3
+ "version": "1.0",
4
+ "phase": 2,
5
+ "generated_at": "2026-02-05T20:04:25.771546+00:00",
6
+ "samples": 134428,
7
+ "features": 2326,
8
+ "outputs": {
9
+ "npz": "03_curated/bodmas_clean.npz",
10
+ "X_npy": "03_curated/bodmas_clean_X.npy",
11
+ "y_npy": "03_curated/bodmas_clean_y.npy",
12
+ "metadata": "03_curated/bodmas_clean_metadata.parquet",
13
+ "summary_json": "03_curated/step_2_5_summary.json",
14
+ "manifest_json": "03_curated/manifest.json"
15
+ },
16
+ "notes": "Complete labeled dataset. Train/val/test split to be performed downstream."
17
+ }