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.commons import *
from ClassifierAccuracy.util.plotting import plot_diagonal from ClassifierAccuracy.util.plotting import plot_diagonal
PROBLEM = 'binary' PROBLEM = 'multiclass'
ORACLE = False ORACLE = False
basedir = PROBLEM+('-oracle' if ORACLE else '') basedir = PROBLEM+('-oracle' if ORACLE else '')

View File

@ -24,8 +24,8 @@ Important:
TODO: TODO:
- Add additional covariates [done, check] - Add additional covariates [done, check]
- Add model selection for CAP - Add model selection for CAP
- Add Doc - Add Doc [done]
- Add ATC - Add ATC [done]
- Add APP in training and adapt plots and tables - Add APP in training and adapt plots and tables
- Add plots: error by drift, etc - Add plots: error by drift, etc
- Add characterization of classifiers in terms of accuracy and use this as a variable - Add characterization of classifiers in terms of accuracy and use this as a variable