In this 2 hours long project-based course, you will learn to build a Logistic regression model using Scikit-learn to classify breast cancer as either Malignant or Benign. We will use the Breast Cancer Wisconsin (Diagnostic) Data Set from Kaggle. Our goal is to use a simple logistic regression classifier for cancer classification. We will be carrying out the entire project on the Google Colab environment. You will need a free Gmail account to complete this project. Please be aware of the fact that the dataset and the model in this project, can not be used in real-life. We are only using this data for educational purposes.
By the end of this project, you will be able to build the logistic regression classifier to classify between cancerous and noncancerous patients. You will also be able to set up and work with the Google colab environment. Additionally, you will also be able to clean and prepare data for analysis.
You should be familiar with the Python Programming language and you should have a theoretical understanding of the Logistic Regression algorithm. You will need a free Gmail account to complete this project.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Status: Machine Learning
Machine Learning
Status: Data Cleansing
Data Cleansing
Intermediate·Guided Project·2 hours
Featured reviews
5.0
·Reviewed Jul 27, 2025
This is my first guided project using machine learning, and the instructions are clear and easy to follow. It’s boosted my confidence in applying ML within my professional field
5.0
·Reviewed Aug 21, 2025
Very well explained by the instructor
really liked this guided project
4.0
·Reviewed Jul 27, 2021
Wonderful, just right way to guide the beginner to complete his first Machine Learning project.
4.0
·Reviewed Aug 21, 2023
Good to get started with ML journey and learn about logistic regression.
4.0
·Reviewed May 23, 2025
Please teach more in-depth, about the theory, how the model actually works.
All reviews
Showing: 10 of 10
All Learners
All Stars
Most Helpful
Y
Yashwanth
4.0
·Reviewed Jul 28, 2021
Wonderful, just right way to guide the beginner to complete his first Machine Learning project.
M
Muhammad
5.0
·Reviewed Jul 28, 2025
This is my first guided project using machine learning, and the instructions are clear and easy to follow. It’s boosted my confidence in applying ML within my professional field
R
Riddhi
5.0
·Reviewed Aug 22, 2025
Very well explained by the instructor
really liked this guided project
B
Barbara
5.0
·Reviewed Jan 14, 2024
The instructor is great!
H
Harith
4.0
·Reviewed May 24, 2025
Please teach more in-depth, about the theory, how the model actually works.
S
Sawan
4.0
·Reviewed Aug 22, 2023
Good to get started with ML journey and learn about logistic regression.
K
Kachidere
4.0
·Reviewed Jan 7, 2022
A really great course, highly recommended
N
Neeklesh
3.0
·Reviewed Mar 18, 2022
Good
E
Eduard-Alexandru
2.0
·Reviewed Apr 8, 2025
Big error at
X_train = scaler.fit_transform(X_train)
X_test = scaler.fit_transform(X_test)