Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1011 Bytes

File metadata and controls

14 lines (12 loc) · 1011 Bytes

Heart_Disease_Prediction-Using-Machine-Learning

Installation Guideline -

  1. Download and Install Anaconda - https://www.anaconda.com/download/ (make sure you add anaconda to your PATH, you can check it while installation.)
  2. Clone all the files to your local drive folder. You may name it "PassNet".
  3. Press Shift + Right Click (in mouse) while you are inside your "PassNet" folder. Don't select any file while clicking.
  4. Select "Open Command Window Here"
  5. Write "Jupyter Notebook" in the command prompt.
  6. A "Home" tab running in the Localhost will be opened in the browser - http://localhost:8888/tree Click on Main.ipynb
  7. In a new tab the main file will be opened. Click on "Kernel" from the Menu, and select "Restart and Run All"
  8. Some outputs may differ a bit as there are random values involved.
  9. MAKE SURE heart, Main.ipynb - these two files are in the same folder. If not, use relative folder path accordingly while importing them at the top of the code.