Closed jasonnance closed 4 years ago
Implements a flexible SKLearnClassifier gobbli model which can wrap any scikit-learn estimator that accepts text and outputs predicted label probabilities. Adds some helper functions for simple default TF-IDF vectorized logistic regression.
Description of Changes
Implements a flexible SKLearnClassifier gobbli model which can wrap any scikit-learn estimator that accepts text and outputs predicted label probabilities. Adds some helper functions for simple default TF-IDF vectorized logistic regression.