webis-de / small-text

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

Unify the classifiers' initialize() methods #57

Closed chschroeder closed 4 months ago

chschroeder commented 6 months ago

Feature description

KimCNNClassifier, TransformerBasedClassification and SetFitClassification have initialize methods which, however, are nothing alike.

Motivation

--

Additional comments

--