From 6c3c604a435f256afe42c03d795780625970c6c0 Mon Sep 17 00:00:00 2001 From: Alejandro Moreo Date: Tue, 2 Apr 2024 11:05:02 +0200 Subject: [PATCH] cleaning --- ClassifierAccuracy/experiments.py | 2 +- ClassifierAccuracy/notes.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ClassifierAccuracy/experiments.py b/ClassifierAccuracy/experiments.py index 238a5e2..0807e82 100644 --- a/ClassifierAccuracy/experiments.py +++ b/ClassifierAccuracy/experiments.py @@ -1,7 +1,7 @@ from ClassifierAccuracy.util.commons import * from ClassifierAccuracy.util.plotting import plot_diagonal -PROBLEM = 'binary' +PROBLEM = 'multiclass' ORACLE = False basedir = PROBLEM+('-oracle' if ORACLE else '') diff --git a/ClassifierAccuracy/notes.md b/ClassifierAccuracy/notes.md index 83864df..c8ada18 100644 --- a/ClassifierAccuracy/notes.md +++ b/ClassifierAccuracy/notes.md @@ -24,9 +24,9 @@ Important: TODO: - Add additional covariates [done, check] - Add model selection for CAP -- Add Doc -- Add ATC -- Add APP in training and adapt plots and tables +- Add Doc [done] +- Add ATC [done] +- Add APP in training and adapt plots and tables - Add plots: error by drift, etc - Add characterization of classifiers in terms of accuracy and use this as a variable analyzing results \ No newline at end of file