This is the base model that all models must inherit from. The structure of the model is similar to that of the scikit-learn interface.
fit(x, y)
predict(x)
← ROC Curve Scikit-Learn Model →