webis-de / small-text

Active Learning for Text Classification in Python
https://small-text.readthedocs.io/
MIT License
547 stars 60 forks source link

Add query strategy: QueryByCommittee #34

Open chschroeder opened 1 year ago

chschroeder commented 1 year ago

Feature description

The "query by committee" strategy should be available, and should be configurable to work either with vote entropy or KL divergence as selection criterion.

Pointers:

Expectations:

Motivation

--

Additional comments

--