Values.FlywheelModelEvaluationMetricsSourceThe evaluation metrics associated with the evaluated model.
type nonrec t = {averageF1Score : Double.t option;The average F1 score from the evaluation metrics.
*)averagePrecision : Double.t option;Average precision metric for the model.
*)averageRecall : Double.t option;Average recall metric for the model.
*)averageAccuracy : Double.t option;Average accuracy metric for the model.
*)}