Final PPT Heart Disease
Final PPT Heart Disease
. OSMANIA
UNIVERSITY
DEPARTMENT OF STATISTICS
D ATA M O D E L I N G USING
M A C H I N E LEARNING
TECHNIQUES
HEART DISEASE
PREDICTION
PRESENTED BY
Mr. PUDATHU NITHISH KUMAR
Mr. POLOJU SATHEESH
Mr. B RAMESH
Problem Statement
There are instruments available which can predict heart disease but either
they are expensive or are not efficient to calculate chance of heart disease in
human.
Problem solution
Early detection of cardiac diseases can decrease the mortality rate and
overall complications. By using machine learning algorithms we can predict
the Heart disease or Heart attack based on different symptoms.
Required packages and libraries
Data collection
• we have collected the data of heart disease
https
://www.kaggle.com/datasets/alexteboul/heart-disease-
health-indicators-dataset
Dataset
Data Understanding
• Data understanding process includes collecting and exploring the data.
The data is in float i.e., numerical form There is no missing values in the dataset.
so we need to transform the data type.
Checking and dropping the Duplicate records
We need to check Duplicate records in the data set if any values are detected duplicate
We need to drop such values
Before
After
Data visualization
The data can be understand visually by plotting the graphs like Box,Count,Bar chart and pie
charts.
This is the Heat map or correlation plot which shows the relation between one or more variables.
Here the graph shows that there is No Multi collinear points.
Model Building
The data set is trained and tested within 3 methods
1) Logistic Regression
2) Random Forest Classification
3) Neural Networks Classification
1. Logistic Regression/Classification:-
Medical Institutions
To teach the medical students how the heart attack or heart disease is
measured and how to identify that the person is suffering from Heart disease
Hospitals
To detect that the person is having Heart Disease or not.
Conclusion