Machine Learning Specialist - Supervised Learning: Regression and Classification (W7139G-SPVC)

Overview

This course introduces you to two of the main types of modelling families of supervised Machine Learning: Regression and Classification. You start by learning how to train regression models to predict continuous outcomes and how to use error metrics to compare across different models. You will then learn how to train predictive models to classify categorical outcomes and how to use error metrics to compare across different models. This course also walks you through best practices, including train and test splits, and regularization techniques. The hands-on section of this course focuses on using best practices for classification, including train and test splits, and handling data sets with unbalanced classes.

Audience

This course targets aspiring data scientists interested in acquiring hands-on experience with Supervised Machine Learning Regression and Classification techniques in a business setting.

Prerequisites

In order to be successful, you should have knowledge of: 

To make the most out of this course, you should have familiarity with programming on a Python development environment, as well as fundamental understanding of Data Cleaning, Exploratory Data Analysis, Calculus, Linear Algebra, Probability, and Statistics.

Objective

By the end of this course you should be able to: 

Differentiate uses and applications of classification and regression in the context of supervised machine learning. Describe and use linear regression models, and use decision tree and tree-ensemble models. Use a variety of error metrics to compare and select a linear regression model or classification model that best suits your data. Articulate why regularization may help prevent overfitting. Use regularization regressions: Ridge, LASSO, and Elastic net. Use oversampling as techniques to handle unbalanced classes in a data set.

mostrar detailes

Course Outline

1. Introduction to Supervised Machine Learning and Linear Regression

2. Data Splits and Cross Validation

3. Regression with Regularization Techniques: Ridge, LASSO, and Elastic Net

4. Logistic Regression

5. K Nearest Neighbors

6. Support Vector Machines

7. Decision Trees

8. Ensemble Models

9. Modeling Unbalanced Classes