asreview.models.classifiers.SVMClassifier
- class asreview.models.classifiers.SVMClassifier(gamma='auto', class_weight=0.249, C=15.4, kernel='linear', random_state=None)[source]
Support vector machine classifier (
svm
).The Support Vector Machine classifier is an implementation based on the sklearn Support Vector Machine 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.