Created
October 23, 2018 21:30
-
-
Save afranzi/798c63cd9cfbd0fbfb3f2608b3590091 to your computer and use it in GitHub Desktop.
Launch wine quality prediction model with MLflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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