Last active
March 13, 2020 10:05
-
-
Save techwithshadab/7179f8e227e8f284211db2f2e98a1a3e to your computer and use it in GitHub Desktop.
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
sudo apt update | |
sudo apt upgrade | |
# Install pip | |
sudo apt install python-pip | |
# Install mlflow | |
pip install mlflow | |
# Check version of mlflow installed | |
mlflow --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment