updated todo

This commit is contained in:
Alejandro Moreo Fernandez 2026-09-08 14:18:41 +02:00
parent d046681986
commit d6fbd13ecd
1 changed files with 3 additions and 1 deletions

View File

@ -21,4 +21,6 @@ scale each value by per-class thresholds, i.e., [0.33*0.1, 0.33*1, 0.33*1]/sum.
check https://docs.python.org/3/library/warnings.html#temporarily-suppressing-warnings check https://docs.python.org/3/library/warnings.html#temporarily-suppressing-warnings
- [TODO] nmd and md are not selectable from qp.evaluation.evaluate as a string - [TODO] nmd and md are not selectable from qp.evaluation.evaluate as a string
- [TODO] add https://www.kaggle.com/datasets/Cornell-University/arxiv dataset? in the paper "Online Adaptation to - [TODO] add https://www.kaggle.com/datasets/Cornell-University/arxiv dataset? in the paper "Online Adaptation to
Label Distribution Shift" they say it provides a natural label shift over time Label Distribution Shift" they say it provides a natural label shift over time
- [TODO] add Bhattacharyya distance (https://en.wikipedia.org/wiki/Bhattacharyya_distance)
(which is actually not a proper distance)