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"?
Questo esercizio fa parte del corso
Introduction to MLflow
Esercizio pratico interattivo
Passa dalla teoria alla pratica con uno dei nostri esercizi interattivi
Inizia esercizio