lab challenge
Machine Learning Python Challenge: Classification
Difficulty: Advanced
Duration: Up to 1 hour
Students: 248
Rating: 4.4/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.
Description
The aim of this lab is to challenge you on building a supervised machine learning pipeline to predict the probability that a subject will suffer from a heart stroke. Here, you will be tested on data preprocessing, fitting, and evaluation of a classification model.
To get the most from this lab, it is recommended to have confidence and exposure to at least the following libraries: pandas
, matplotlib
and scikit-learn
.
I strongly encourage you to have watched the following courses, available in our content library:
- Building a Machine Learning pipeline with scikit-learn: part 01
- Building a Machine Learning pipeline with scikit-learn: part 02
as well as the following lab:
before starting this challenge.
Prerequisites
- Knowledge of classification Completion of the Building a Machine Learning pipeline with scikit-learn: part 02 course is highly recommended
Intended audience
- Machine learning engineers
- Data scientists
What will be assessed
- Your ability to create a machine learning pipeline
- Your ability to fit a logistic regression model
- Your ability to evaluate a classification model
Covered topics
Mission
Machine Learning Challenge: Classification