Learn practical skills, build real-world projects, and advance your career

Heart Disease UCI Project Analysis

In this simple project, I will try to do data analysis on the Heart Diseases UCI dataset and try to identify if their is correlation between heart disease and various other measures.

The UCI dataset is a proccessed subset of the Cleveland database which is used to check the presence of the heart disease in the patiens due to multi examinations and features.

project_name = "Heart_Disease_UCI_Project_Analysis" 
!pip install jovian --upgrade -q
import jovian
jovian.commit(project=project_name)
[jovian] Attempting to save notebook..