Get startedGet started for free

MLflow run command

The MLflow run command is a command line interface for running MLflow Projects. The run command accepts arguments for entry point, experiment name and URI containing the MLproject that describes the Project.

You can test each run command in the IPython Shell by placing a ! at the beginning of the command.

Which of the following run commands is used to run an MLflow Project where the MLproject file is in the current working directory, uses an experiment called "Insurance", and uses an entry point "main"?

This exercise is part of the course

Introduction to MLflow

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise