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
RelatedSee MoreSee More
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
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
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
code-along
Getting Started with Machine Learning in Python
Learn the fundamentals of supervised learning by using scikit-learn.
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
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