A web app for beginners in Machine Learning and Data Science to fiddle with different parameters of various ML algorithms on the Framingham Heart Disease dataset.
Manually tune parameters of different ML algorithms to get the best result on the Framingham Heart Disease dataset.
https://manual-parameter-tuner.streamlit.app/
-
Pre-requisites:
- Python 3.6 or 3.7 or 3.8
- Dependencies from requirements.txt
-
Directions to Install
- First clone this repository onto your system.
- Then, create a Virtual Environment and install the packages from requirements.txt:
- Navigate to this repository, create a Virtual Environment and activate it:
cd path/to/cloned/repo python3 -m venv env source env/bin/activate
Install the python dependencies from requirements.txt:
pip install -r requirements.txt
- First clone this repository onto your system.
-
Directions to Execute
From the same project directory, run the following command in the terminal -
streamlit run app.py
This will prompt a localhost and you can view and make changes to the source file locally.