webis-de / small-text

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

More sophisticated early stopping mechanism #18

Closed chschroeder closed 2 years ago

chschroeder commented 2 years ago

Feature description / Motivation

The current implementation is based on a paper where they monitored training accuracy. I want to monitor validation loss/accuarcy. Moreover, it's difficult to extend as it is right now.