Creating the Whole Machine Learning Pipeline with PyCaret

Daniel Morales
Feb 09, 2021

Contents Outline

Creating the Whole Machine Learning Pipeline with PyCaret

Feb 09, 2021 17 seconds read

This tutorial covers the entire ML process, from data ingestion, pre-processing, model training, hyper-parameter fitting, predicting and storing the model for later use.

We will complete all these steps in less than 10 commands that are naturally constructed and very intuitive to remember, such as

create_model(), 
tune_model(), 
compare_models()
plot_model()
evaluate_model()
predict_model()
Join our private community in Discord

Keep up to date by participating in our global community of data scientists and AI enthusiasts. We discuss the latest developments in data science competitions, new techniques for solving complex challenges, AI and machine learning models, and much more!