Skip to content

PyCaret-ML-Workflows is a comprehensive repository showcasing the power and versatility of PyCaret for machine learning tasks. This project includes various workflows for classification, regression, and clustering.

Notifications You must be signed in to change notification settings

subhashpolisetti/Automated-ML-with-PyCaret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated ML with PyCaret

PyCaret Overview:

PyCaret is an open-source machine learning library in Python designed to simplify the machine learning workflow. It automates complex processes, allowing you to replace hundreds of lines of code with just a few. PyCaret integrates several machine learning libraries like scikit-learn, XGBoost, and LightGBM to streamline tasks.

PyCaret Workflow:

  1. Setup:

    • Prepares the data for modeling by handling preprocessing tasks such as missing value imputation, encoding categorical variables, and feature scaling.
  2. Compare Models:

    • PyCaret automatically trains and evaluates multiple models to identify the best-performing one based on a selected metric.
  3. Analyze Model:

    • Visualize the model's performance through various interactive visualizations, helping to finalize the model for production.
  4. Prediction:

    • The selected model is used to predict target values on both test and unseen datasets.
  5. Save:

    • Save the trained model for future use or deployment.

For a comprehensive step-by-step guide, including dataset exploration and code execution, please refer to the complete walkthrough videos playlist available on YouTube.

Playlist: YouTube Walkthrough Videos

About

PyCaret-ML-Workflows is a comprehensive repository showcasing the power and versatility of PyCaret for machine learning tasks. This project includes various workflows for classification, regression, and clustering.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published