This app allows you to easily analyse hyperparameters with visual tools. No more looking at endless rows of numbers!
The demo version is available as an official streamlit sharing app here.
Uploaded files will be public and might get deleted without warning!
For a little example on how to use GridsearchCV and how to generate a .csv file from that, look here.
docker run -p <local port>:8501 f1nnm/hyperviz:latest
It's accessible under https://0.0.0.0:<local port>
- Clone this repo.
- Navigate to where you saved it.
- Install the python packages:
pip install -r requirements.txt
- Run
streamlit run app.py