File size: 1,080 Bytes
489c22d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "model_type": "StackingClassifier",
  "feature_names": [
    "period",
    "duration",
    "depth",
    "prad",
    "teq",
    "insol",
    "steff",
    "slogg",
    "srad",
    "transit_depth_ratio",
    "duration_period_ratio",
    "stellar_density",
    "stellar_luminosity",
    "planet_density",
    "equilibrium_temp_ratio",
    "irradiation_ratio",
    "semi_major_axis",
    "orbital_velocity",
    "habitable_zone_distance",
    "surface_gravity",
    "log_period",
    "log_insol",
    "log_depth",
    "sqrt_prad",
    "prad_teq_interaction",
    "period_depth_interaction",
    "insol_steff_interaction",
    "period_squared",
    "prad_squared",
    "depth_squared"
  ],
  "metrics": {
    "accuracy": 0.9000942507068803,
    "precision": 0.8941504178272981,
    "recall": 0.9076343072573044,
    "f1_score": 0.9008419083255379,
    "roc_auc": 0.9651001447072587,
    "cv_mean": 0.8961329336990411,
    "cv_std": 0.007207951948884534
  },
  "training_date": "2025-10-06T23:26:28.733208",
  "notes": "Advanced model with SMOTE, feature engineering, and stacking"
}