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"?
Deze oefening maakt deel uit van de cursus
Introduction to MLflow
Praktische interactieve oefening
Zet theorie om in actie met een van onze interactieve oefeningen.
Begin met trainen