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.
Class | Description | GitHub | API-docs |
---|---|---|---|
superduper.ext.sklearn.model.Estimator | Wraps a scikit-learn estimator | Code | Docs |
superduper.ext.sklearn.model.SklearnTrainer | May be attached to an Estimator for training | Code | Docs |