Model Wrappers#

models.MoRegressor

A model wrapper for arbitrary regression models with predict and fit functions.

models.MoClassifier

A model wrapper for arbitrary classification models with predict, predict_proba, and fit functions.

models.MoSKLearnRegressor

A template wrapper for scikit-learn regressors.

models.MoSKLearnClassifier

A template wrapper for scikit-learn classifiers.

models.MoScoredRegressor

A wrapper for a scored regression model that provides predictions without holding the model object itself.

models.MoScoredClassifier

A wrapper for a scored classification model that provides predictions and probability estimates without holding the model object itself.