Skip to content

Performing exploratory data analysis on a heart disease data set provided by Kaggle. The goal is to create a classification model that will use various health-related features to predict whether or not someone has heart disease.

Notifications You must be signed in to change notification settings

griffinstiens/ML-Classification_Heart_Disease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ML-Classification_Heart_Disease

An end-to-end heart disease classification workflow

This notebook implements some foundation machine learning and data science concepts by exploring the problem of heart disease classification.

The goal of this is to mimic what a data scientist or machine learning engineer would produce as proof of concept.

What is Classification?

Classification involes deciding whether a sample is part of one class or another (single-class classification). If there are multiple class options, it's referred to as multi-class classification.

Implemented concepts

  • Exploratory Data Analysis
  • Model Training
  • Model Evaluation
  • Model Comparison
  • Model fine-tuning
  • Feature Importance
  • Cross-Validation
  • Evaluating and Reporting Results

About

Performing exploratory data analysis on a heart disease data set provided by Kaggle. The goal is to create a classification model that will use various health-related features to predict whether or not someone has heart disease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published