nueramic_mathml.ml.metrics.regression_report#

regression_report(y_true, y_pred)[source]#

Returns dict with recall, precision, accuracy, f1, auc roc scores

Parameters:
  • y_true (Tensor) – array with true values of binary classification

  • y_pred (Tensor) – array with prediction values of binary classification

Returns:

dict with 4 metrics

Return type:

dict