baal-org / baal

Bayesian active learning library for research and industrial usecases.

Home Page:https://baal.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stopping criterion API

Dref360 opened this issue · comments

Discussion
Related Paper

I see this as a new object we include with the following strategies:

  • If the average uncertainty is below a threshold
  • If the labeling budget has been exhausted
  • If the model has converged.