Model Prediction
Calculates predicted values for a model object. Standardized on JPMML as the sole scoring authority for PMML models. Native OCaml implementation is maintained for linear models and as a validation fallback for trees.
data (DataFrame): The new data used
for prediction.
model (Model): The model object
(PMML, ONNX, or T-native).