What's in an MLmodel file?
You learned that the MLmodel
file is used to define specific information about how our models can be loaded and integrated with existing ML tools.
An MLmodel
file has been set to a variable called "mlmodel
". Use the print(mlmodel)
in the IPython Shell to view the contents of the file.
Which of the following is information found within the MLmodel
file?
This exercise is part of the course
Introduction to MLflow
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
