Skip to content

Commit ac12ea0

Browse files
committed
quickfix for sens_t
1 parent 301d98e commit ac12ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebase/evaluation/Accuracy_Sensitivity_Theta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def metrics_for_model(sens_t, dataset_name,aggregate_name,y_hat,X, y,model, res_
9090
test_datasets[p] = res[0] if res[0].startswith('test') else res[1]
9191
sub_datasets[p] = [os.fsdecode(n) for n in os.listdir(directory_sub) if fnmatch.fnmatch(os.fsdecode(n), patterns[p])][0]
9292

93-
res_eval = {'sens_x': [],
93+
res_eval = {'sens_t': [],
9494
'dataset': [],
9595
'aggregate_name': [],
9696
'kl': [],

0 commit comments

Comments
 (0)