cleaning
This commit is contained in:
parent
d0444d3bbb
commit
6c3c604a43
|
@ -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 '')
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue