Skip to content

Instantly share code, notes, and snippets.

@afranzi
Last active October 23, 2018 22:06
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/6c3d6a572b046fed27edbe1d36c97949 to your computer and use it in GitHub Desktop.
Save afranzi/6c3d6a572b046fed27edbe1d36c97949 to your computer and use it in GitHub Desktop.
# Serve a sklearn model through 127.0.0.0:5005
# 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