Skip to content

chittoorking/HeartDiseasePrediction

Repository files navigation

FUTURE READY TALENT -INTERNSHIP PROJECT
..........................................
MICROSOFT AZURE IN HEALTH INDUSTRY
In this project I am building a machine learning solution on Microsoft Azure and deploying it to predict whether a patient has a heart failure at an early stage.
-----------------------------------------------------------------------------------------------
heart.csv contains the dataset used in the project.
HeartDiseasePredictor.py is a final python file for the project.
The python script can be executed in any code editor with custom input to predict heart disease.

-------------------------------------------------------------------------------------------------
Core Azure services used :
1.Machine Learning
2.Key vault
3.Application Insights
4.Storage Account
5.Container instances
6.Container registry

--------------------------------------------------------------------------------------------------
Features in the dataset :
1.age
2.sex
3.cp
4.trestbps
5.chol
6.fbs
7.restecg
8.thalach
9.exang
10.oldpeak
11.slope
12.ca
13.thal
Target variable in the dataset:
1.target

Note :0 indicate no heart disease
1 indicate heart disease