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 (?)
|
2020-12-10 19:08:22 +01:00
|
|
|
|