I have a MOJO model that I want to explore for model metrics (rmse,roc, etc.) I understand all model metrics are available for a binary model, but I want to get these metrics from a MOJO model.
Input - Mojo Model and training dataset Output - Extract the model metrics
Tried extracting the metrics from a binary model using : ModelMetricsSupport.modelMetrics [ ModelMetricsSupervised] (binaryModel,valid)
But unable to do the same for a MOJO Model.