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:
as well as the following lab:
before starting this challenge.
Updates
January 17th, 2025 - Updated validation function