Last active
October 23, 2018 22:06
-
-
Save afranzi/6c3d6a572b046fed27edbe1d36c97949 to your computer and use it in GitHub Desktop.
# Serve a sklearn model through 127.0.0.0:5005
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
# Serve a sklearn model through 127.0.0.0:5005 | |
MLFLOW_TRACKING_URI=http://0.0.0.0:5000 mlflow sklearn serve \ | |
--port 5005 \ | |
--run_id 0f8691808e914d1087cf097a08730f17 \ | |
--model-path model |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment