baal-org / baal

Bayesian active learning library for research and industrial usecases.
https://baal.readthedocs.io
Apache License 2.0
854 stars 84 forks source link

Add Stopping Criteria for loop #286

Closed Dref360 closed 2 months ago

Dref360 commented 3 months ago

Summary:

Allow the users to stop the loop according to various parameters.

Features:

Fixes #243

Checklist:

Dref360 commented 2 months ago

I'll merge this and then I'll make a proposal for the new object that replaces ActiveLearningLoop into an object that can uses this new Criterion to automatically stop an experiment.