Skip to main content
HomeCode-alongsMachine Learning

Machine Learning in Production with Python

Michelle Conway, Lead Data Scientist at Lloyds Banking Group, will walk you through a simple machine learning example on banking data, including feature engineering, training a model, making predictions, and assessing model performance.
Jul 2, 2024
Code along with us onCode Along

Increasingly, a machine learning project is only complete once your code goes into production as part of a data product. To achieve this, you need to think about how to write code that will be robust and performant. These software development techniques are becoming essential skills for machine learning engineers.

In this session, Michelle Conway, Lead Data Scientist at Lloyds Banking Group, will walk you through a simple machine learning example on banking data, including feature engineering, training a model, making predictions, and assessing model performance. Next, you'll see how to adjust the code to make it suitable for use in production.

Key Takeaways:

  • Learn about machine learning workflows in Python.
  • Learn about the challenges of putting machine learning code into production.
  • Learn how to engineer your machine learning code for production.

Resources

Topics
Related

cheat-sheet

Scikit-Learn Cheat Sheet: Python Machine Learning

A handy scikit-learn cheat sheet to machine learning with Python, including some code examples.
Karlijn Willems's photo

Karlijn Willems

4 min

tutorial

Turning Machine Learning Models into APIs in Python

Learn to how to create a simple API from a machine learning model in Python using Flask.
Sayak Paul's photo

Sayak Paul

20 min

code-along

Getting Started with Machine Learning in Python

Learn the fundamentals of supervised learning by using scikit-learn.
George Boorman's photo

George Boorman

code-along

Managing Machine Learning Models with MLflow

Learn to use MLflow to track and package a machine learning model, and see the process for getting models into production.
Weston Bassler's photo

Weston Bassler

code-along

Running Machine Learning Experiments in Python

In this webinar, you'll use MLflow to manage a machine learning experiment pipeline. The session will cover model evaluation, hyperparameter tuning, and MLOps strategies, using a London weather dataset.
Folkert Stijnman's photo

Folkert Stijnman

code-along

Using Feature Stores for Managing Feature Engineering in Python

Learn how to manage the features for your machine learning models, to save you time and improve the consistency of your models.
Colin Priest's photo

Colin Priest

See MoreSee More