Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- feature_stats.json +44 -0
- label_encoder.pkl +0 -0
- scaler.pkl +0 -0
feature_stats.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_columns": [
|
| 3 |
+
"koi_period",
|
| 4 |
+
"koi_duration",
|
| 5 |
+
"koi_depth",
|
| 6 |
+
"koi_prad",
|
| 7 |
+
"koi_srad",
|
| 8 |
+
"koi_teq",
|
| 9 |
+
"koi_steff",
|
| 10 |
+
"koi_slogg",
|
| 11 |
+
"koi_smet",
|
| 12 |
+
"koi_kepmag",
|
| 13 |
+
"koi_model_snr",
|
| 14 |
+
"koi_num_transits"
|
| 15 |
+
],
|
| 16 |
+
"train_medians": {
|
| 17 |
+
"koi_period": 7.7553808,
|
| 18 |
+
"koi_duration": 3.748,
|
| 19 |
+
"koi_depth": 447.5,
|
| 20 |
+
"koi_prad": 2.46,
|
| 21 |
+
"koi_srad": 0.994,
|
| 22 |
+
"koi_teq": 933.0,
|
| 23 |
+
"koi_steff": 5762.0,
|
| 24 |
+
"koi_slogg": 4.44,
|
| 25 |
+
"koi_smet": -0.08,
|
| 26 |
+
"koi_kepmag": 14.595,
|
| 27 |
+
"koi_model_snr": 27.5,
|
| 28 |
+
"koi_num_transits": 139.0
|
| 29 |
+
},
|
| 30 |
+
"feature_dtypes": {
|
| 31 |
+
"koi_period": "float64",
|
| 32 |
+
"koi_duration": "float64",
|
| 33 |
+
"koi_depth": "float64",
|
| 34 |
+
"koi_prad": "float64",
|
| 35 |
+
"koi_srad": "float64",
|
| 36 |
+
"koi_teq": "float64",
|
| 37 |
+
"koi_steff": "float64",
|
| 38 |
+
"koi_slogg": "float64",
|
| 39 |
+
"koi_smet": "float64",
|
| 40 |
+
"koi_kepmag": "float64",
|
| 41 |
+
"koi_model_snr": "float64",
|
| 42 |
+
"koi_num_transits": "float64"
|
| 43 |
+
}
|
| 44 |
+
}
|
label_encoder.pkl
ADDED
|
Binary file (284 Bytes). View file
|
|
|
scaler.pkl
ADDED
|
Binary file (738 Bytes). View file
|
|
|