Skip to content

Sum02dean/WINE

Repository files navigation

WINE

Wine classification project js-standard-style

Setup

Dependencies for conda and pip are listed in environment.yml In the project base folder execute in the command line:

conda env create -f environment.yml

Data

From the command line, navigate to the src directory and run:

python get_dataset.py

This will also generate the data directory if not already existing.

To preprocess the data, run:

python notebooks/examine_data.py

Running code

From the command line, navigate to the src directory and run:

python preliminary_model.py --study_name {name_of_your_study}

MLflow

After you have submitted the above model run, open a new terminal and
navigate to the src directory and run:

mlflow ui

Follow the link generated to track your model, performance stats, artifacts and pipelines.

Optuna

Similar to the above, open a new terminal
navigate to the src directory and run:

optuna-dashboard sqlite:///db.sqlite3

Follow the link generated to track your study.

About

Wine classification project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages