XcodeAddy commited on
Commit
489c22d
·
1 Parent(s): 06bf10e

Upload exoplanet model

Browse files
.DS_Store ADDED
Binary file (6.15 kB). View file
 
README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # Exoplanet Detection Model
exoplanet_model_advanced.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd6acb6a7854c0a10c3990091544dfd34b090ce37e5c86d793bd233af885cc67
3
+ size 146616800
model_metadata_advanced.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "StackingClassifier",
3
+ "feature_names": [
4
+ "period",
5
+ "duration",
6
+ "depth",
7
+ "prad",
8
+ "teq",
9
+ "insol",
10
+ "steff",
11
+ "slogg",
12
+ "srad",
13
+ "transit_depth_ratio",
14
+ "duration_period_ratio",
15
+ "stellar_density",
16
+ "stellar_luminosity",
17
+ "planet_density",
18
+ "equilibrium_temp_ratio",
19
+ "irradiation_ratio",
20
+ "semi_major_axis",
21
+ "orbital_velocity",
22
+ "habitable_zone_distance",
23
+ "surface_gravity",
24
+ "log_period",
25
+ "log_insol",
26
+ "log_depth",
27
+ "sqrt_prad",
28
+ "prad_teq_interaction",
29
+ "period_depth_interaction",
30
+ "insol_steff_interaction",
31
+ "period_squared",
32
+ "prad_squared",
33
+ "depth_squared"
34
+ ],
35
+ "metrics": {
36
+ "accuracy": 0.9000942507068803,
37
+ "precision": 0.8941504178272981,
38
+ "recall": 0.9076343072573044,
39
+ "f1_score": 0.9008419083255379,
40
+ "roc_auc": 0.9651001447072587,
41
+ "cv_mean": 0.8961329336990411,
42
+ "cv_std": 0.007207951948884534
43
+ },
44
+ "training_date": "2025-10-06T23:26:28.733208",
45
+ "notes": "Advanced model with SMOTE, feature engineering, and stacking"
46
+ }
scaler_advanced.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df037a305154f028d567457af1b7b909c7675fdcdb111cde25bafdee04b5f9b
3
+ size 983