Oguzz07 commited on
Commit
7bf8978
·
verified ·
1 Parent(s): 491ec36

Update with augmented data (178 configs) + pairwise ranking model (71.3% hit rate)

Browse files
causal_selection/data/results/improvement_summary.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_configs_original": 122,
3
+ "n_configs_augmented": 56,
4
+ "n_configs_total": 178,
5
+ "best_model": "Pairwise-GBM",
6
+ "best_top3_hit_rate": 0.7134831460674157,
7
+ "best_metrics": {
8
+ "top_k_hit_rate": 0.7134831460674157,
9
+ "mean_regret": 0.010851242929282858,
10
+ "median_regret": 0.0,
11
+ "n_evaluated": 178
12
+ }
13
+ }