roadmap.md added

This commit is contained in:
Lorenzo Volpi 2023-06-06 14:54:32 +02:00
parent d557c6a7d3
commit da827943d6
1 changed files with 40 additions and 0 deletions

40
roadmap.md Normal file
View File

@ -0,0 +1,40 @@
## Roadmap
#### quantificator domain
- single multilabel quantificator
- vector of binary quantificators
| quantificator | | |
|:-------------------:|:--------------:|:--------------:|
| true quantificator | true positive | false positive |
| false quantificator | false negative | true negative |
#### dataset split
- train | test
- classificator C is fit on train
- quantificator Q is fit on cross validation of C over train
- train | validation | test
- classificator C is fit on train
- quantificator Q is fit on validation
#### classificator origin
- black box
- crystal box
#### test metrics
- f1_score
- K
#### models
- classificator
- quantificator