Currently flexcv is based around regression.
Let's check what has to be done in order to allow classifiers as well.
- Metrics: test with the battery of Acc/Recall/F1 etc.
- Any new args/kwargs for the models?
- Test with other split methods for classes
- allow categorical transformers
Currently flexcv is based around regression.
Let's check what has to be done in order to allow classifiers as well.