Model Wrappers#
A model wrapper for arbitrary regression models with predict and fit functions. |
|
A model wrapper for arbitrary classification models with predict, predict_proba, and fit functions. |
|
A template wrapper for scikit-learn regressors. |
|
A template wrapper for scikit-learn classifiers. |
|
A wrapper for a scored regression model that provides predictions without holding the model object itself. |
|
A wrapper for a scored classification model that provides predictions and probability estimates without holding the model object itself. |