Skip to main content
HomeCode-alongsPython

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.
Aug 10, 2023
Code along with us onCode Along

Feature engineering is one of the most important steps in machine learning - it's how you improve the predictive performance of your models. In a corporate setting, one underappreciated problem is that you don't want to reinvent your feature engineering work in every project. To solve this, you need a way to reuse features from one project to the next.

In this live training, Colin teaches you how to manage the features for your machine learning models, to save you time and improve the consistency of your models.

Key takeaways

  • Learn best practices for engineering features for machine learning.
  • Learn why, how and when to reuse features between machine learning projects.
  • Learn how to get started using a feature store.

Additional Resources

Topics
Related

tutorial

Machine Learning with Kaggle: Feature Engineering

Learn how feature engineering can help you to up your game when building machine learning models in Kaggle: create new columns, transform variables and more!
Hugo Bowne-Anderson's photo

Hugo Bowne-Anderson

14 min

tutorial

Python Feature Selection Tutorial: A Beginner's Guide

Learn about the basics of feature selection and how to implement and investigate various feature selection techniques in Python.
Sayak Paul's photo

Sayak Paul

18 min

code-along

Feature Engineering for Predicting Hotel Bookings with tidymodels

Learn how to manually engineer features, build and assess a machine learning workflow.
Jorge Zazueta's photo

Jorge Zazueta

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

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.
Michelle Conway's photo

Michelle Conway

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

See MoreSee More