Releases: KKQanT/afc-imbalanced-learning
Releases · KKQanT/afc-imbalanced-learning
Add new metrics and kernel class
add decision function
New features
- decision_function
ignore support vectors that fell into region of another class
New Features
- We will now ignore support vectors that fell into region of another class when compute D(x)
- ignore_outlier_svs=False will use all support vectors to calculate D(x)