Skip to main content

Scikit-learn

Installation​

pip install superduper_sklearn

API​

superduper allows users to work with arbitrary sklearn estimators, with additional support for pre-, post-processing and input/ output data-types.

Read more about this here.

ClassDescriptionGitHubAPI-docs
superduper.ext.sklearn.model.EstimatorWraps a scikit-learn estimatorCodeDocs
superduper.ext.sklearn.model.SklearnTrainerMay be attached to an Estimator for trainingCodeDocs