Skip to content

v1.2.0

Compare
Choose a tag to compare
@chschroeder chschroeder released this 04 Feb 21:44
· 119 commits to main since this release

This release adds a SetFit classifier, the BALD query strategy, and two new example notebooks.

Added

Active Learning

Classification

Examples

  • Revised both existing notebook examples.
  • Added a notebook example for active learning with SetFit classifiers.
  • Added a notebook example for cold start initialization with SetFit classifiers.

Documentation

  • A showcase section has been added to the documentation.

Fixed

  • Distances in lightweight_coreset were not correctly projected onto the [0, 1] interval (but ranking was unaffected).

Changed