asreview.models.classifiers.LogisticClassifier
- class asreview.models.classifiers.LogisticClassifier(C=1.0, class_weight=1.0, random_state=None, n_jobs=1)[source]
Logistic regression classifier (
logistic
).The Logistic regressions classifier is an implementation based on the sklearn Logistic regressions classifier.
- Parameters
Attributes
Get the default parameters of the model.
Get the (assigned) parameters of the model.
Methods
fit
(X, y)Fit the model to the data.
Get a hyperparameter space to use with hyperopt.
Get the inclusion probability for each sample.