Upload processed/prep_metadata.json with huggingface_hub
Browse files- processed/prep_metadata.json +20 -0
processed/prep_metadata.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_repo_id": "harikrishna1985/Engine_data",
|
| 3 |
+
"raw_filename": "data/engine_data.csv",
|
| 4 |
+
"target_column": "engine_condition",
|
| 5 |
+
"drop_columns": [],
|
| 6 |
+
"cleaned_shape": [
|
| 7 |
+
19535,
|
| 8 |
+
7
|
| 9 |
+
],
|
| 10 |
+
"train_shape": [
|
| 11 |
+
15628,
|
| 12 |
+
7
|
| 13 |
+
],
|
| 14 |
+
"test_shape": [
|
| 15 |
+
3907,
|
| 16 |
+
7
|
| 17 |
+
],
|
| 18 |
+
"test_size": 0.2,
|
| 19 |
+
"random_state": 42
|
| 20 |
+
}
|