Exercise

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?

Instructions

50 XP

Possible answers