githubEdit

MLflow

MLflowarrow-up-right is a platform to streamline machine learning development, including tracking experiments, packaging code into reproducible runs, and sharing and deploying models. The Docker imagearrow-up-right of MLflow is available with the 2.4.0 tag.

After the node where you'd like to run MLflow is registered, you can set it up by following the steps of deployments as documented here.

Once the deployment is successful, MLflow is ready to use at http://localhost:5001/arrow-up-right by default, as seen below.

Last updated