Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhranpara/heart-disease-predictor
I have created this project as my Python term assignment. In this project I have trained a ML model to predict the heart disease using Scikit-learn library in python.
https://github.com/shubhranpara/heart-disease-predictor
google-colab jupyter-notebook machine-learning medical prediction-model python scikit-learn
Last synced: 7 days ago
JSON representation
I have created this project as my Python term assignment. In this project I have trained a ML model to predict the heart disease using Scikit-learn library in python.
- Host: GitHub
- URL: https://github.com/shubhranpara/heart-disease-predictor
- Owner: ShubhRanpara
- License: mit
- Created: 2024-07-25T06:05:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T06:26:52.000Z (4 months ago)
- Last Synced: 2024-07-25T07:28:11.576Z (4 months ago)
- Topics: google-colab, jupyter-notebook, machine-learning, medical, prediction-model, python, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Heart Disease Predictor
I have developed a python model to predict whether the person has heart disease or not?. I have used scikit-learn to develope the model.
## Follow the below instructions to run the application
### Installation & Running
1. Clone the repository files.
2. Then upload the jupyter notebook file "Heart_Disease_Prediction_Model.ipynb" and dataset file "heart_disease_data.csv" to your google colab.
3. Note that the dataset file must be in the same folder as ipynb file or else you have to update the path of the dataset in ipynb file.
4. Run the file in google colab.
5. See the comments and output of each cell. Try to learn from it.
6. This project was very useful to understand the concepts of Python and Machine Learning.