MLModel
class abstracts a self-contained machine learning model, containing a computation graph for making predictions along with feature type information and metadata.inputs
are reported in the same order that they are expected by the model when making predictions.outputs
are reported in the same order that they are produced by the model when making predictions.