bugfinder.models.linear_classifier

Linear classifier for the dataset.

class bugfinder.models.linear_classifier.LinearClassifierTraining(dataset)

Bases: ClassifierModel

Linear classifier class using TF estimators

init_model(model_dir, **kwargs)

Setup the model instance