Getting Started with Scikit-Learn
import mleap.sklearn.pipeline
# Extends Bundle.ML Serialization for Feature Unions
import mleap.sklearn.feature_union
import mleap.sklearn.preprocessing.data
# Extends Bundle.ML Serialization for Linear Regression Models
# Extends Bundle.ML Serialization for Logistic Regression
import mleap.sklearn.logistic
from mleap.sklearn.ensemble import forest
- See core concepts for an overview of ML pipelines.
- Detailed guide to
- See Scikit-learn documentation to learn how to train ML pipelines in Python.
- See Scikit-learn documentation on how to use with pipelines
- See Demo notebook on how to use Scikit and MLeap to serialize your pipeline to Bundle.ml