## Run from local machine:
mlflow run [path to project] [-e entry_point] [-P parameter=value]
## Run directly from github:
mlflow run git@github.com:/[username]/[repo] [-e entry_point] [-P parameter=value]
# You can also run on Kubernetes (using Docker), and of course, run on Databricks. See the documentation