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