Skip to content

Exploring wine quality dataset and running regression analysis

Notifications You must be signed in to change notification settings

marinak-ebi/wine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍷 Wine dataset exploration

The code, plots, and explanations are bundled together as a Jupyter notebook.

Only python and pip are required to run the instructions below.

1. Prepare the environment

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

2a. Interactively run the notebook

jupyter notebook wine.ipynb

2b. Generate the report

jupyter nbconvert --to html wine.ipynb

This will generate the HTML report, which can be viewed in any browser or converted to PDF.

About

Exploring wine quality dataset and running regression analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published