Implement OVA and/or OVO methods for classification models
Open
enhancement
hacktoberfest
help wanted
- Dominant language
- C++
- Stars
- 2
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently `logistic_regression` (and some other TODO models) only support binary classification problems. A solution would be implement One VS All and/or One vs One methods to this type of models in order to support multilabel problems
Edit (already implemented):
- [x] OvA
- [ ] OvO
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.