Separate query functions from query strategy classes
chschroeder opened this issue · 0 comments
chschroeder commented
Motivation
Sometimes a query strategy is based on a simpler function (e.g., breaking ties / margin), which could be used independently of the query strategy.
Feature description
These function should be extracted and exposed as part of the API.
- BreakingTies
- LeastConfidence
- PredictionEntropy
- SubsamplingQueryStrategy
- EmbeddingKMeans
- CategoryVectorInconsistencyAndRanking
(List is not exhaustive.)
Addition comments
See #30.