cseshahriar / pima-analysis

Heart disease data analysis | academic project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pima-analysis

Download & Setup Instructions for run with jupyter notebook

  • Clone project: git clone https://github.com/cseshahriar/pima-analysic.git
  • cd pima-analysis
  • Create virtual environment: python3.8 im venv venv
  • for linux venv activate: source venv/bin/activate
  • for windows venv activate: venv\Scripts\activate
  • pip3 install -r jupyter_requirements.txt
  • jupyter notebook

Download & Setup Instructions for run with python3

  • Clone project: git clone https://github.com/cseshahriar/pima-analysic.git
  • cd pima-analysis
  • Create virtual environment: python3.8 im venv venv
  • for linux venv activate: source venv/bin/activate
  • for windows venv activate: venv\Scripts\activate
  • pip3 install -r requirements.txt
  • `python3 pima.py

script and result screenshot

DEMO

About

Heart disease data analysis | academic project


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%