├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── custom.md │ └── feature_request.md ├── CODE_OF_CONDUCT.md ├── HeartDisease.ipynb ├── LICENSE ├── Large45.jpg ├── PPT.pptx ├── Project Report Softcopy.pdf ├── README.md ├── download.png ├── final.png ├── hd.ipynb ├── hd2.ipynb ├── heart.csv ├── heart_Disease.ipynb ├── pred.jpg └── processed_heart_data.csv /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /HeartDisease.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/HeartDisease.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/LICENSE -------------------------------------------------------------------------------- /Large45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/Large45.jpg -------------------------------------------------------------------------------- /PPT.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/PPT.pptx -------------------------------------------------------------------------------- /Project Report Softcopy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/Project Report Softcopy.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/README.md -------------------------------------------------------------------------------- /download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/download.png -------------------------------------------------------------------------------- /final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/final.png -------------------------------------------------------------------------------- /hd.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/hd.ipynb -------------------------------------------------------------------------------- /hd2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/hd2.ipynb -------------------------------------------------------------------------------- /heart.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/heart.csv -------------------------------------------------------------------------------- /heart_Disease.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/heart_Disease.ipynb -------------------------------------------------------------------------------- /pred.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/pred.jpg -------------------------------------------------------------------------------- /processed_heart_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chayandatta/Heart_disease_prediction/HEAD/processed_heart_data.csv --------------------------------------------------------------------------------