Using Scikit-Learn's Interface for Turning Spaghetti Data Science into Maintainable Software
EuroPython Conference via YouTube
Save 43% on 1 Year of Coursera Plus
AI Engineer - Learn how to integrate AI into software applications
Overview
Syllabus
Intro
Supervised Machine Learning
Training a Machine Learning Model
Training a model
Preparing data for the estimator
Testing out transformer
Composition using Pipelines: Chained transformations
Scikit-Learn offers transformers data preparation
Conclusions Use fit/predict and fit/transform interfaces. • Apply single-responsibility principle to estimators. - Think in small, testable units Have your complete trained model in a serialisable object.
Taught by
EuroPython Conference