• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
Online Degrees
Careers
Log In
Join for Free
Coursera
IBM
Machine Learning with Python
  • About
  • Outcomes
  • Modules
  • Recommendations
  • Testimonials
  • Reviews
  1. Browse
  2. Data Science
  3. Machine Learning

Discover new skills with $120 off courses from industry experts. Save now.

IBM

Machine Learning with Python

This course is part of multiple programs.

This course is part of multiple programs

IBM AI Engineering Professional Certificate
IBM Data Science Professional Certificate
IBM Generative AI Engineering Professional Certificate
Joseph Santarcangelo
Jeff Grossman

Instructors: Joseph Santarcangelo

Instructors

Instructor ratings

We asked all learners to give feedback on our instructors based on the quality of their teaching style.

4.7 (3,352 ratings)
Joseph Santarcangelo
Joseph Santarcangelo
IBM
36 Courses•2,129,300 learners
Jeff Grossman
Jeff Grossman
IBM
3 Courses•656,000 learners

594,339 already enrolled

Included with Coursera Plus

•

Learn more

6 modules
Gain insight into a topic and learn the fundamentals.
4.7

(17,773 reviews)

Intermediate level

Recommended experience

Recommended experience

Intermediate level

A working knowledge of Python, along with data analysis and visualization techniques, and at least a high school-level understanding of mathematics.

Flexible schedule
2 weeks at 10 hours a week
Learn at your own pace
94%
Most learners liked this course

6 modules
Gain insight into a topic and learn the fundamentals.
4.7

(17,773 reviews)

Intermediate level

Recommended experience

Recommended experience

Intermediate level

A working knowledge of Python, along with data analysis and visualization techniques, and at least a high school-level understanding of mathematics.

Flexible schedule
2 weeks at 10 hours a week
Learn at your own pace
94%
Most learners liked this course
  • About
  • Outcomes
  • Modules
  • Recommendations
  • Testimonials
  • Reviews

What you'll learn

  • Explain key concepts, tools, and roles involved in machine learning, including supervised and unsupervised learning techniques.

  • Apply core machine learning algorithms such as regression, classification, clustering, and dimensionality reduction using Python and scikit-learn.

  • Evaluate model performance using appropriate metrics, validation strategies, and optimization techniques.

  • Build and assess end-to-end machine learning solutions on real-world datasets through hands-on labs, projects, and practical evaluations.

Skills you'll gain

  • Scikit Learn (Machine Learning Library)
  • Supervised Learning
  • Applied Machine Learning
  • Unsupervised Learning
  • Dimensionality Reduction
  • Predictive Modeling
  • Decision Tree Learning
  • Feature Engineering
  • Statistical Modeling
  • Machine Learning
  • Classification And Regression Tree (CART)
  • Regression Analysis

Details to know

Shareable certificate

Add to your LinkedIn profile

Assessments

15 assignments

Taught in English

See how employees at top companies are mastering in-demand skills

Learn more about Coursera for Business
 logos of Petrobras, TATA, Danone, Capgemini, P&G and L'Oreal

Build your subject-matter expertise

This course is available as part of
When you enroll in this course, you'll also be asked to select a specific program.
  • Learn new concepts from industry experts
  • Gain a foundational understanding of a subject or tool
  • Develop job-relevant skills with hands-on projects
  • Earn a shareable career certificate from IBM

There are 6 modules in this course

Python is a core skill in machine learning, and this course equips you with the tools to apply it effectively. You’ll learn key ML concepts, build models with scikit-learn, and gain hands-on experience using Jupyter Notebooks.

Start with regression techniques like linear, multiple linear, polynomial, and logistic regression. Then move into supervised models such as decision trees, K-Nearest Neighbors, and support vector machines. You’ll also explore unsupervised learning, including clustering methods and dimensionality reduction with PCA, t-SNE, and UMAP. Through real-world labs, you’ll practice model evaluation, cross-validation, regularization, and pipeline optimization. A final project on rainfall prediction and a course-wide exam will help you apply and reinforce your skills. Enroll now to start building machine learning models with confidence using Python.

In this module, you will explore foundational machine learning concepts that prepare you for hands-on modeling with Python. You will explain the relevance of Python and scikit-learn in machine learning, summarize the IBM AI Engineering certification path, and classify common types of learning algorithms. You’ll outline the stages of the machine learning model lifecycle and describe what a typical day looks like for a machine learning engineer. You will also compare key roles in the AI field, identify widely used open-source tools, and learn to utilize scikit-learn to build and evaluate simple models.

What's included

8 videos2 readings2 assignments1 plugin

8 videos•Total 52 minutes
  • Course Introduction•2 minutes
  • IBM AI Engineering PC Overview •7 minutes
  • An Overview of Machine Learning•8 minutes
  • Machine Learning Model Lifecycle•2 minutes
  • A Day in the life of a Machine Learning Engineer•7 minutes
  • Data Scientist vs AI Engineer•10 minutes
  • Tools for Machine Learning•8 minutes
  • Scikit-learn Machine Learning Ecosystem•5 minutes
2 readings•Total 10 minutes
  • Course Overview•5 minutes
  • Module 1 Summary and Highlights•5 minutes
2 assignments•Total 31 minutes
  • Practice Quiz: Introduction to Machine Learning•10 minutes
  • Graded Quiz: Introduction to Machine Learning•21 minutes
1 plugin•Total 10 minutes
  • Reading: Helpful Tips for Course Completion•10 minutes

In this module, you will explore two essential regression techniques used in machine learning—linear and logistic regression. You’ll explain the role of regression in predicting outcomes, describe the differences between simple and multiple linear regression, and apply both using scikit-learn on real-world data. You will also interpret how polynomial and non-linear regression models capture complex patterns. The module introduces logistic regression as a classification method and guides you in training and testing classification models effectively. To support your learning, you’ll receive a Cheat Sheet: Linear and Logistic Regression that summarizes key concepts, formulas, and use cases.

What's included

6 videos1 reading3 assignments3 app items1 plugin

6 videos•Total 37 minutes
  • Introduction to Regression•4 minutes
  • Introduction to Simple Linear Regression•5 minutes
  • Multiple Linear Regression•7 minutes
  • Polynomial and Non-Linear Regression•7 minutes
  • Introduction to Logistic Regression•6 minutes
  • Training a Logistic Regression Model•6 minutes
1 reading•Total 5 minutes
  • Module 2 Summary and Highlights•5 minutes
3 assignments•Total 41 minutes
  • Practice Quiz: Linear Regression •10 minutes
  • Practice Quiz: Logistic Regression•10 minutes
  • Graded Quiz: Linear and Logistic Regression•21 minutes
3 app items•Total 60 minutes
  • Lab: Simple Linear Regression•15 minutes
  • Lab: Multiple Linear Regression•15 minutes
  • Lab: Logistic Regression•30 minutes
1 plugin•Total 15 minutes
  • Cheat Sheet: Linear and Logistic Regression•15 minutes

In this module, you will build and evaluate a range of supervised machine learning models to solve both classification and regression problems. You’ll start by describing how classification models predict categorical outcomes, and implement multi-class classification strategies using real-world data. You’ll then explore how decision trees make predictions and apply them to both classification and regression tasks. The module also covers using support vector machines (SVM) for fraud detection, applying K-Nearest Neighbors (KNN) for customer classification, and training ensemble models like Random Forest and XGBoost to improve accuracy and efficiency. You’ll differentiate bias and variance in model performance and explore how ensemble methods help balance this tradeoff. To support your learning, you’ll receive a Cheat Sheet: Building Supervised Learning Models with key terms, model types, and evaluation tips.

What's included

6 videos1 reading3 assignments6 app items1 plugin

6 videos•Total 38 minutes
  • Classification•5 minutes
  • Decision Trees•7 minutes
  • Regression Trees•6 minutes
  • Supervised Learning with SVMs•6 minutes
  • Supervised Learning with KNN•6 minutes
  • Bias, Variance, and Ensemble Models •6 minutes
1 reading•Total 5 minutes
  • Module 3 Summary and Highlights•5 minutes
3 assignments•Total 41 minutes
  • Practice Quiz: Classification and Regression•10 minutes
  • Practice Quiz: Other Supervised Learning Models•10 minutes
  • Graded Quiz: Building Supervised Learning Models•21 minutes
6 app items•Total 160 minutes
  • Lab: Multi-class Classification•30 minutes
  • Lab: Decision Trees•25 minutes
  • Lab: Regression Trees•30 minutes
  • Lab: Credit Card Fraud Detection with Decision Trees and SVM•30 minutes
  • Lab: K-Nearest Neighbors Classifier•25 minutes
  • Lab: Random Forests and XGBoost•20 minutes
1 plugin•Total 15 minutes
  • Cheat Sheet: Building Supervised Learning Models•15 minutes

In this module, you will learn how unsupervised learning techniques uncover hidden patterns in data without using labeled responses. You’ll describe clustering concepts and apply K-Means to real-world customer segmentation tasks. You’ll also compare DBSCAN and HDBSCAN models to identify dense clusters in spatial data. Moving beyond clustering, you’ll explore dimensionality reduction as a tool for simplifying high-dimensional datasets. You’ll apply PCA to uncover key components and use advanced techniques like t-SNE and UMAP to visualize data structure. To support your learning, you’ll receive a Cheat Sheet: Building Unsupervised Learning Models, highlighting core methods, practical use cases, and comparison guidelines.

What's included

5 videos1 reading3 assignments4 app items1 plugin

5 videos•Total 30 minutes
  • Clustering Strategies and Real-World Applications•7 minutes
  • K-means and More on K-means•7 minutes
  • DBSCAN and HDBSCAN Clustering•6 minutes
  • Clustering, Dimension Reduction, and Feature Engineering•4 minutes
  • Dimension Reduction Algorithms•4 minutes
1 reading•Total 5 minutes
  • Module 4 Summary and Highlights•5 minutes
3 assignments•Total 41 minutes
  • Practice Quiz: Clustering•10 minutes
  • Practice Quiz: Dimension Reduction & Feature Engineering•10 minutes
  • Graded Quiz: Building Unsupervised Learning Models •21 minutes
4 app items•Total 115 minutes
  • Lab: K-Means•25 minutes
  • Lab: Comparing DBSCAN and HDBSCAN•30 minutes
  • Lab: Applications of Principal Component Analysis (PCA)•30 minutes
  • Lab: t-SNE and UMAP•30 minutes
1 plugin•Total 15 minutes
  • Cheat Sheet: Building Unsupervised Learning Models •15 minutes

In this module, you will learn how to assess the effectiveness of machine learning models using industry-standard evaluation and validation techniques. You’ll explain key classification and regression metrics, evaluate models using real-world data, and interpret results with tools like confusion matrices and feature importance charts. You'll explore how to assess clustering quality in unsupervised learning and apply cross-validation to reduce overfitting. The module also introduces regularization methods to improve model generalization and reduce feature complexity. Finally, you'll build complete machine learning pipelines and optimize them with GridSearchCV, while identifying common pitfalls like data leakage. To support your learning, you’ll receive a Cheat Sheet: Evaluating and Validating Machine Learning Models covering key metrics, techniques, and model tuning strategies.

What's included

6 videos1 reading3 assignments5 app items1 plugin

6 videos•Total 38 minutes
  • Classification Metrics and Evaluation Techniques•6 minutes
  • Regression Metrics and Evaluation Techniques•5 minutes
  • Evaluating Unsupervised Learning Models: Heuristics and Techniques•7 minutes
  • Cross-Validation and Advanced Model Validation Techniques•5 minutes
  • Regularization in Regression and Classification•7 minutes
  • Data Leakage and Other Pitfalls•6 minutes
1 reading•Total 5 minutes
  • Module 5 Summary and Highlights•5 minutes
3 assignments•Total 41 minutes
  • Practice Quiz: Evaluating Machine Learning Models•10 minutes
  • Practice Quiz: Best Practices for Ensuring Model Generalizability•10 minutes
  • Graded Quiz: Evaluating and Validating Machine Learning Models•21 minutes
5 app items•Total 160 minutes
  • Lab: Evaluating Classification Models•25 minutes
  • Lab: Evaluating Random Forest Performance•30 minutes
  • Lab: Evaluating K-means Clustering•30 minutes
  • Lab: Regularization in Linear Regression•30 minutes
  • Lab: Machine Learning Pipelines and GridSearchCV•45 minutes
1 plugin•Total 15 minutes
  • Cheat Sheet: Evaluating and Validating Machine Learning Models•15 minutes

In this final module, you will apply and demonstrate the full range of skills you have gained throughout the course. You will start with a practice project using the Titanic dataset to build and optimize classification models using pipelines, cross-validation, and hyperparameter tuning. Then, you will complete the final project by developing a rainfall prediction classifier using historical weather data. This includes data cleaning, feature engineering, model building, and evaluating performance. To conclude the course, you will take a graded final exam that tests your knowledge across all six modules. This module gives you the opportunity to showcase your learning in both practical and theoretical contexts.

What's included

1 video3 readings1 assignment3 app items

1 video•Total 6 minutes
  • Course Wrap-up•6 minutes
3 readings•Total 13 minutes
  • Final Project Scenario•2 minutes
  • Congratulations and Next Steps•6 minutes
  • Thanks from the Course Team•5 minutes
1 assignment•Total 45 minutes
  • Final Exam•45 minutes
3 app items•Total 150 minutes
  • Practice Project: Titanic Survival Prediction•30 minutes
  • Final Project: Building a Rainfall Prediction Classifier•60 minutes
  • Final Project Submission and Evaluation•60 minutes

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.

Instructors

Instructor ratings

Instructor ratings

We asked all learners to give feedback on our instructors based on the quality of their teaching style.

4.7 (3,352 ratings)
Joseph Santarcangelo
Joseph Santarcangelo
IBM
36 Courses•2,129,300 learners
Jeff Grossman
Jeff Grossman
IBM
3 Courses•656,000 learners

Offered by

IBM

Offered by

IBM

At IBM, we know how rapidly tech evolves and recognize the crucial need for businesses and professionals to build job-ready, hands-on skills quickly. As a market-leading tech innovator, we’re committed to helping you thrive in this dynamic landscape. Through IBM Skills Network, our expertly designed training programs in AI, software development, cybersecurity, data science, business management, and more, provide the essential skills you need to secure your first job, advance your career, or drive business success. Whether you’re upskilling yourself or your team, our courses, Specializations, and Professional Certificates build the technical expertise that ensures you, and your organization, excel in a competitive world.

Explore more from Machine Learning

  • Status: Free Trial
    Free Trial
    E

    Edureka

    Applied Machine Learning with Python

    Course

  • Status: Free Trial
    Free Trial
    A

    Arizona State University

    Introduction to Machine Learning with Python

    Course

  • P

    Packt

    Machine Learning: Random Forest with Python from Scratch©

    Course

  • Status: Free Trial
    Free Trial
    I

    IBM

    Data Analysis with Python

    Course

Why people choose Coursera for their career

Felipe M.
Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Learner reviews

4.7

17,773 reviews

  • 5 stars

    75.88%

  • 4 stars

    18.65%

  • 3 stars

    3.45%

  • 2 stars

    0.99%

  • 1 star

    1.01%

Showing 3 of 17773

R
RV
5

Reviewed on Jan 14, 2025

good course , some part is typical more statistical part shown, even i have good understanding of ML , so new learner will find little typical. rest tutor voice and language is understandable.

F
FO
5

Reviewed on Oct 8, 2020

I'm extremely excited with what I have learnt so far. As a newbie in Machine Learning, the exposure gained will serve as the much needed foundation to delve into its application to real life problems.

M
MA
5

Reviewed on Aug 31, 2020

This is an amazing course. specially for those with little knowledge with python. This course has helped with the basic understanding of Machine learning and usage of python as a data scientist.

View more reviews
Coursera Plus

Open new doors with Coursera Plus

Unlimited access to 10,000+ world-class courses, hands-on projects, and job-ready certificate programs - all included in your subscription

Learn more

Advance your career with an online degree

Earn a degree from world-class universities - 100% online

Explore degrees

Join over 3,400 global companies that choose Coursera for Business

Upskill your employees to excel in the digital economy

Learn more

Frequently asked questions

Python’s popularity in machine learning stems from its simplicity, readability, and extensive libraries like TensorFlow, PyTorch, and scikit-learn, which streamline complex ML tasks. Its active community and ease of integration with other languages and tools also make Python an ideal choice for ML.

Machine learning engineers use Python to develop algorithms, preprocess data, train models, and analyze results. With Python’s rich libraries and frameworks, they can experiment with various models, optimize performance, and deploy applications efficiently.

Python offers a wide range of ML libraries, is beginner-friendly, and has great support for data visualization and model interpretation. It also supports rapid prototyping, making it easier to test and refine models compared to other languages like C++ or Java.

This course is designed for aspiring and current machine learning practitioners who want to build foundational skills in Python-based machine learning, from data preparation and model development to evaluation and optimization.

To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.

When you enroll in the course, you get access to all of the courses in the Certificate, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.

If you subscribed, you get a 7-day free trial during which you can cancel at no penalty. After that, we don’t give refunds, but you can cancel your subscription at any time. See our full refund policy.

More questions

Visit the learner help center

Financial aid available,

Coursera Footer

Technical Skills

  • ChatGPT
  • Coding
  • Computer Science
  • Cybersecurity
  • DevOps
  • Ethical Hacking
  • Generative AI
  • Java Programming
  • Python
  • Web Development

Analytical Skills

  • Artificial Intelligence
  • Big Data
  • Business Analysis
  • Data Analytics
  • Data Science
  • Financial Modeling
  • Machine Learning
  • Microsoft Excel
  • Microsoft Power BI
  • SQL

Business Skills

  • Accounting
  • Digital Marketing
  • E-commerce
  • Finance
  • Google
  • Graphic Design
  • IBM
  • Marketing
  • Project Management
  • Social Media Marketing

Career Resources

  • Essential IT Certifications
  • High-Income Skills to Learn
  • How to Get a PMP Certification
  • How to Learn Artificial Intelligence
  • Popular Cybersecurity Certifications
  • Popular Data Analytics Certifications
  • What Does a Data Analyst Do?
  • Career Development Resources
  • Career Aptitude Test
  • Share your Coursera Learning Story

Coursera

  • About
  • What We Offer
  • Leadership
  • Careers
  • Catalog
  • Coursera Plus
  • Professional Certificates
  • MasterTrack® Certificates
  • Degrees
  • For Enterprise
  • For Government
  • For Campus
  • Become a Partner
  • Social Impact
  • Free Courses
  • ECTS Credit Recommendations

Community

  • Learners
  • Partners
  • Beta Testers
  • Blog
  • The Coursera Podcast
  • Tech Blog

More

  • Press
  • Investors
  • Terms
  • Privacy
  • Help
  • Accessibility
  • Contact
  • Articles
  • Directory
  • Affiliates
  • Modern Slavery Statement
  • Do Not Sell/Share
Learn Anywhere
Download on the App Store
Get it on Google Play
Logo of Certified B Corporation
© 2025 Coursera Inc. All rights reserved.
  • Coursera Facebook
  • Coursera Linkedin
  • Coursera Twitter
  • Coursera YouTube
  • Coursera Instagram
  • Coursera TikTok
Coursera

Sign up

Learn on your own time from top universities and businesses.

​
​
Between 8 and 72 characters
Your password is hidden
​

or

Already on Coursera?


Having trouble logging in? Learner help center

This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.