Menu

Build your first ML project

Let’s build your first machine learning project with Python from scratch.

“But I am a complete beginner, I am not ready yet!..” – Your mind voice.

If you have been looking to get started in ML, but can’t really figure out how and where to start, then this one is for you. Just read on..

Introduction

You do not need to understand everything to get started. You need not be an expert in ML or be a great Python programmer. You do not need to know how the algorithms work. Not yet at least. Just pay attention to the overall logic and flow for now.

This guide will help you understand the core purpose behind the various steps in ML and stitch the ideas together as we go along.

We are just starting, focus on the key steps for now, you will know how to go deeper amidst the pages of these lessons.

Typical Steps in machine learning for prediction

In general, most machine learning programming workflows will have the following steps:

  1. Formulate the exact ML problem
  2. Prepare data and analyse
  3. Build ML model and evaluate
  4. Improve, finetune and Store
  5. Predict.

Well, that’s the summary at a high level at least. There are nuances to this, which you will know about in this series. The concepts will be lot easier to understand if it is broken down into smaller practical steps.

Building Machine Learning Project in 14 Steps

So, this lesson is broken down into the following 14 steps:

Part 1: Setup and Analysis

  1. Lesson 1: How to Formulate Machine Learning Problem
  2. Lesson 2: Setup Python environment for ML
  3. Lesson 3: ML Modeling – Problem Description and Datasets
  4. Lesson 4: Exploratory Data Analysis (EDA)

Part 2: Data Preparation

  1. Lesson 5: Data Preparation – Handling Missing Values
  2. Lesson 6: Data Preparation – Outliers in data
  3. Lesson 7: Data Preparation – Encoding categorical features
  4. Lesson 8: Data Preparation – Feature Scaling

Part 3: ML Training

  1. Lesson 9: Train Test Split for validating machine learning models
  2. Lesson 10: Train ML Models and make predictions
  3. Lesson 11: k-Fold cross-validation to Select Best Model
  4. Lesson 12: Class imbalance and Hyper Parameter tuning
  5. Lesson 13: Tune Hyperparameters
  6. Lesson 14: Save and Load the Machine learning Models
  7. You can do machine learning

To understand these concepts, a standard dataset is preferable to make learning easier. We will look into solving industry projects later.

The overall lessons are structured in such a way that by making small changes, you will be able to apply the concepts and steps for other datasets as well.

Let’s get started.

[Next] Lesson 1: How to Formulate Machine Learning Problem

Course Preview

Machine Learning A-Z™: Hands-On Python & R In Data Science

Free Sample Videos:

Machine Learning A-Z™: Hands-On Python & R In Data Science

Machine Learning A-Z™: Hands-On Python & R In Data Science

Machine Learning A-Z™: Hands-On Python & R In Data Science

Machine Learning A-Z™: Hands-On Python & R In Data Science

Machine Learning A-Z™: Hands-On Python & R In Data Science