2020-12-03 16:59:13 +01:00
|
|
|
Documentation with sphinx
|
2020-12-29 20:33:59 +01:00
|
|
|
Add quantification_report (akin to classification_report from sklearn) (?)
|
2020-12-10 19:04:33 +01:00
|
|
|
Add NAE, NRAE
|
|
|
|
Add "measures for evaluating ordinal"?
|
2020-12-04 19:32:08 +01:00
|
|
|
Document methods with paper references
|
2020-12-11 19:28:17 +01:00
|
|
|
The parallel training in svmperf seems not to work (not sure...)
|
2020-12-29 20:33:59 +01:00
|
|
|
In binary quantification (hp, kindle, imdb) we used F1 in the minority class (which in kindle and hp happens to be the
|
|
|
|
negative class). This is not covered in this new implementation, in which the binary case is not treated as such, but as
|
|
|
|
an instance of single-label with 2 labels. Check
|
|
|
|
Add classnames to LabelledCollection ?
|
|
|
|
Check the overhead in OneVsAll for SVMperf-based (?)
|
2021-01-06 14:58:29 +01:00
|
|
|
Add HDy to QuaNet? if so, wrap HDy into OneVsAll in case the dataset is not binary.
|
|
|
|
Add datasets for topic.
|
|
|
|
Clarify whether QuaNet is an aggregative method or not.
|
|
|
|
Add medium swap method
|
|
|
|
Explore the hyperparameter "number of bins" in HDy
|
|
|
|
Implement HDy for single-label?
|
|
|
|
Rename EMQ to SLD ?
|
|
|
|
How many times is the system of equations for ACC and PACC not solved? How many times is it clipped? Do they sum up
|
2021-01-11 18:31:12 +01:00
|
|
|
to one always?
|
2021-01-22 18:01:51 +01:00
|
|
|
Parallelize the kFCV in ACC and PACC
|