This commit is contained in:
Alejandro Moreo Fernandez 2024-04-02 11:05:02 +02:00
parent d0444d3bbb
commit 6c3c604a43
2 changed files with 4 additions and 4 deletions

View File

@ -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 '')

View File

@ -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