v1.3.0
SetFitClassification now also supports dropout sampling (like KimCNNClassifier and TransformerBasedClassification).
Added
- Added dropout sampling to SetFitClassification.
Fixed
- Fixed broken link in README.md.
- Fixed typo in README.md. (#26)
Changed
Stopping Criteria
- The ClassificationChange stopping criterion now supports multi-label classification.
Documentation
- Updated the active learning setup figure.
- The documentation of integrations has been reorganized.