{% if problem_type == 'classification' %}
Metric Value
AUC {{ metrics.roc_auc }}%
Accuracy {{ metrics.accuracy }}%
Recall {{ metrics.recall }}%
Precision {{ metrics.precision }}%
F1Score {{ metrics.f1_score }}%
{% else %}
Metric Value
MSE {{ metrics.mean_squared_error }}
MAE {{ metrics.mean_absolute_error }}
{% endif %}