From f9228b12cf567c71809a6b717c563e6f0e648762 Mon Sep 17 00:00:00 2001 From: Filsergh <67797272+Filsergh@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:38:01 +0100 Subject: [PATCH] Update explainer_regression.mdx --- metrics/explainer_regression.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metrics/explainer_regression.mdx b/metrics/explainer_regression.mdx index 0b73f94..1d0632b 100644 --- a/metrics/explainer_regression.mdx +++ b/metrics/explainer_regression.mdx @@ -8,7 +8,7 @@ noindex: "true" #### **1. Model Quality Summary Metrics** -Evidently calculate a few standard model quality metrics: Mean Error (ME), Mean Absolute Error (MAE), Mean Absolute Percentage Error (MAPE). +Evidently calculates a few standard model quality metrics: Mean Error (ME), Mean Absolute Error (MAE), Mean Absolute Percentage Error (MAPE). @@ -52,7 +52,7 @@ Quantile-quantile plot ([Q-Q plot](https://en.wikipedia.org/wiki/Q%E2%80%93Q_plo -**Next, Evidently explore in detail the two segments in the dataset: 5% of predictions with the highest negative and positive errors. We refer to them as "underestimation" and "overestimation" groups. We refer to the rest of the predictions as "majority".** +**After that, Evidently explores in detail two segments of the dataset: the 5% of predictions with the highest negative and positive errors. We refer to them as the "underestimation" and "overestimation" groups, respectively. The remaining predictions are referred to as the "majority" group.** #### [](https://docs.evidentlyai.com/presets/reg-performance#id-8.-mean-error-per-group) **8. Mean Error per Group** @@ -106,4 +106,4 @@ For each feature, Evidently also show the Predicted vs Actual scatterplot. It he -### [](https://docs.evidentlyai.com/presets/reg-performance#metrics-output) Metrics output \ No newline at end of file +### [](https://docs.evidentlyai.com/presets/reg-performance#metrics-output) Metrics output