Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to ML Classification Models using scikit-learn
Rating: 4.1 out of 5(35 ratings)
748 students

Introduction to ML Classification Models using scikit-learn

An overview of Machine Learning with hands-on implementation of classification models using Python's scikit-learn
Created byLoony Corn
Last updated 3/2018
English

What you'll learn

  • Have a broad understanding of ML and hands on experience with building classification models using Support Vector Machines, Decision Trees and Random Forests in Python's scikit-learn

Course content

6 sections18 lectures2h 4m total length
  • You, This Course and Us1:56

    Explore the basics of machine learning and classification models with scikit-learn, covering data analysis, regression and classification algorithms, and how to build and validate models from first principles.

  • Source Code and PDFs0:04
  • Install Anaconda2:21

    Learn how to install Anaconda 3.6, a data science platform that includes Python libraries and Jupiter notebook, with step-by-step guidance for macOS and system-wide vs user installation.

Requirements

  • Basic Python programming

Description

This course will give you a fundamental understanding of Machine Learning overall with a focus on building classification models. Basic ML concepts of ML are explained, including Supervised and Unsupervised Learning; Regression and Classification; and Overfitting. There are 3 lab sections which focus on building classification models using Support Vector Machines, Decision Trees and Random Forests using real data sets. The implementation will be performed using the scikit-learn library for Python.

The Intro to ML Classification Models course is meant for developers or data scientists (or anybody else) who knows basic Python programming and wishes to learn about Machine Learning, with a focus on solving the problem of classification. 

Who this course is for:

  • Developers and data scientists who wish to learn how to build classification models in ML