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