MMMWrapper.predict#
- MMMWrapper.predict(context, model_input, params=None)[source]#
 Perform predictions or sampling using the specified prediction method.
- Parameters:
 - Returns:
 ndarrayorInferenceDataThe predictions or samples generated by the model.
- Raises:
 ValueErrorIf an unsupported prediction method is specified.