Upload rf_gaia_colors_flag1_20251218_094937_metadata.json with huggingface_hub
Browse files
rf_gaia_colors_flag1_20251218_094937_metadata.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_id": "rf_gaia_colors_flag1_20251218_094937",
|
| 3 |
+
"timestamp": "20251218_094937",
|
| 4 |
+
"model_name": "Gaia Colors Only \u2192 Corrected Teff (Flag 1 High Quality)",
|
| 5 |
+
"description": "Temperature prediction from Gaia photometry only, trained on high-quality flag 1 sources with corrected Teff",
|
| 6 |
+
"model_type": "RandomForestRegressor",
|
| 7 |
+
"n_features": 6,
|
| 8 |
+
"features": [
|
| 9 |
+
"g",
|
| 10 |
+
"bp",
|
| 11 |
+
"rp",
|
| 12 |
+
"bp_rp",
|
| 13 |
+
"g_rp",
|
| 14 |
+
"g_bp"
|
| 15 |
+
],
|
| 16 |
+
"data_source": "eb_unified_photometry_with_flags.parquet",
|
| 17 |
+
"target": "teff_gaia_corrected",
|
| 18 |
+
"target_transform": "none",
|
| 19 |
+
"train_metrics": {
|
| 20 |
+
"mae": 163.53359735932554,
|
| 21 |
+
"rmse": 251.54784298582464,
|
| 22 |
+
"r2": 0.9423517422227697,
|
| 23 |
+
"mean_relative_error": 3.4108434410762993,
|
| 24 |
+
"within_5_percent": 76.03296494839566,
|
| 25 |
+
"within_10_percent": 93.90267892899047,
|
| 26 |
+
"within_20_percent": 99.84613547104327,
|
| 27 |
+
"n_samples": 569332
|
| 28 |
+
},
|
| 29 |
+
"test_metrics": {
|
| 30 |
+
"mae": 195.47009591486,
|
| 31 |
+
"rmse": 311.6045853674034,
|
| 32 |
+
"r2": 0.9126003555477147,
|
| 33 |
+
"mean_relative_error": 4.047084479869949,
|
| 34 |
+
"within_5_percent": 70.83479702671181,
|
| 35 |
+
"within_10_percent": 90.65648404457122,
|
| 36 |
+
"within_20_percent": 99.49414756839546,
|
| 37 |
+
"n_samples": 142334
|
| 38 |
+
},
|
| 39 |
+
"hyperparameters": {
|
| 40 |
+
"n_estimators": 300,
|
| 41 |
+
"max_depth": 20,
|
| 42 |
+
"min_samples_split": 5,
|
| 43 |
+
"min_samples_leaf": 4,
|
| 44 |
+
"max_features": "log2",
|
| 45 |
+
"random_state": 42,
|
| 46 |
+
"n_jobs": -1,
|
| 47 |
+
"verbose": 0
|
| 48 |
+
},
|
| 49 |
+
"config_file": "config/models/gaia_colors_only_flag1.yaml",
|
| 50 |
+
"data_config": {
|
| 51 |
+
"source_file": "eb_unified_photometry_with_flags.parquet",
|
| 52 |
+
"source_format": "parquet",
|
| 53 |
+
"source_location": "processed",
|
| 54 |
+
"target": "teff_gaia_corrected",
|
| 55 |
+
"features": [
|
| 56 |
+
"g",
|
| 57 |
+
"bp",
|
| 58 |
+
"rp",
|
| 59 |
+
"bp_rp",
|
| 60 |
+
"g_rp",
|
| 61 |
+
"g_bp"
|
| 62 |
+
],
|
| 63 |
+
"id_column": "source_id"
|
| 64 |
+
},
|
| 65 |
+
"teff_correction": {
|
| 66 |
+
"n_corrected": 19681,
|
| 67 |
+
"mean_correction": 2947.2440219483956,
|
| 68 |
+
"median_correction": 2641.1160991821525,
|
| 69 |
+
"threshold": 10000,
|
| 70 |
+
"degree": 2,
|
| 71 |
+
"target_column": "teff_gaia",
|
| 72 |
+
"corrected_column": "teff_gaia_corrected"
|
| 73 |
+
}
|
| 74 |
+
}
|