Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate query functions from query strategy classes #32

Open
6 tasks
chschroeder opened this issue Mar 19, 2023 · 0 comments
Open
6 tasks

Separate query functions from query strategy classes #32

chschroeder opened this issue Mar 19, 2023 · 0 comments
Labels
feature request New feature request

Comments

@chschroeder
Copy link
Contributor

chschroeder commented Mar 19, 2023

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.

@chschroeder chschroeder added the feature request New feature request label Mar 19, 2023
@chschroeder chschroeder added this to the small-text-1.4.0 milestone Mar 19, 2023
@chschroeder chschroeder removed this from the small-text-1.4.0 milestone Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

1 participant