ZapatoProgramming commited on
Commit
48b6e8a
·
verified ·
1 Parent(s): 74d56d1

Upload folder using huggingface_hub

Browse files
exoplanet_best_model.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc00adc2ae9fc7c69d5ee9e0710ee4773547afb7feabb8f735fa622e351aee34
3
+ size 126993603
exoplanet_class_labels.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["CANDIDATE", "CONFIRMED", "FALSE POSITIVE"]
exoplanet_feature_columns.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["koi_depth", "koi_duration", "koi_impact", "koi_period", "koi_prad", "koi_slogg", "koi_sma", "koi_smet", "koi_snr", "koi_srad", "koi_steff", "duty_cycle", "log_koi_period", "log_koi_depth", "log_koi_snr", "teq_proxy"]
exoplanet_metadata.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_model_name": "RandomForest",
3
+ "n_features": 16,
4
+ "labels": [
5
+ "CANDIDATE",
6
+ "CONFIRMED",
7
+ "FALSE POSITIVE"
8
+ ],
9
+ "created": "2025-10-05T20:49:33.128163Z"
10
+ }