Commit 7027a221 authored by Joaquin Torres's avatar Joaquin Torres

Testing with PRE-ORIG

parent 206e5f64
......@@ -206,7 +206,6 @@ if __name__ == "__main__":
# Metric generation for each model
for model_idx, (model_name, model) in enumerate(models.items()):
print(f"{group}-{method_names[j]}-{model_name}")
if model_name == 'DT':
# Curve generation setup
mean_fpr = np.linspace(0, 1, 100)
tprs, aucs = [], []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment