Skip to content

TheMaveric/Predicting-Heart-Disease-using-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting-Heart-Disease-using-ML

Initial Setup

Install Miniconda and then install Jupyter Notebook on it using

conda install -c conda-forge notebook

Then you'll need to install some libraries: numpy,pandas,matplotlib, skilearn,etc

Running .py file

Navigate to the folder where the contents are stored in Miniconda.

Type : ipython HDP.py (you might need to install additional libraries if an error pops up)

If all libraries are imported, the execution should be successfull.

Make use of the result.pdf and IPYNB file for the plots.

Opening .ipynb file

Navigate to the folder where the contents are stored in Miniconda.

Type : jupyter notebook

The Jupyter notebook server should open in your default browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published