Skip to content

Instantly share code, notes, and snippets.

@afranzi
Created October 23, 2018 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afranzi/798c63cd9cfbd0fbfb3f2608b3590091 to your computer and use it in GitHub Desktop.
Save afranzi/798c63cd9cfbd0fbfb3f2608b3590091 to your computer and use it in GitHub Desktop.
Launch wine quality prediction model with MLflow.
MLFLOW_TRACKING_URI=http://localhost:5000 python wine_quality.py \
--alpha 0.9
--l1_ration 0.5
--wine_file ./data/winequality-red.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment