Технічний КЕРІВНИЦТВО

Forecast Accuracy Metrics: MAPE, sMAPE and MASE

Forecast metrics summarize how predictions differ from observed values, but MAPE, sMAPE and MASE handle scale and zero values differently.

  • 3 хвилини читання
  • Останнє оновлення
На цій сторінці3 хвилини читання
  1. Огляд
  2. Глибоке занурення
  3. Стратегічний вплив
  4. The Future of Forecast Accuracy Metrics: MAPE, sMAPE and MASE
  5. Реалізація в реальному світі
  6. Ризики та огорожі
  7. Дорожня карта впровадження
  8. Продовжуйте досліджувати
  9. Часті запитання

Огляд

Choose a metric that matches the decision, compare forecasts on the same evaluation windows and include a naive baseline rather than relying on a percentage score alone.

Глибоке занурення

Forecast accuracy metrics turn prediction errors into summaries, but each emphasizes different properties. Mean absolute error averages absolute errors in the target's units. MAPE averages absolute error divided by the absolute actual value, often multiplied by 100. It is easy to read as a percentage, but it is undefined when actual values are zero and can be dominated by small actuals. It also treats over- and under-forecast errors asymmetrically in some settings because actuals appear only in the denominator. sMAPE attempts a symmetric percentage by scaling absolute error relative to the magnitudes of actual and forecast. Several formulas exist, some use a factor of two and others not, and zero-over-zero cases require conventions. Despite its name, sMAPE can behave unexpectedly around zero and does not guarantee fair comparisons across all scales. Always state the exact implementation. Mean absolute scaled error (MASE) divides a model's test-set MAE by the in-sample MAE of a naive forecast, typically the one-step persistence forecast for nonseasonal data. For seasonal data, a seasonal-naive denominator may be more appropriate. A MASE below one means the model's average absolute error on the evaluation cases is lower than the chosen naive in-sample scale. It does not mean the model always beats the baseline on every observation, and the denominator can be zero for perfectly constant training data. Use an evaluation period that reflects the intended forecast horizon, preserve time order and compare models on identical cases. Report metric definitions, units, treatment of zeros, aggregation weights and baseline. If many series are combined, averaging percentage errors may give tiny-volume series disproportionate influence. Pair a headline metric with error distributions and business costs, such as stockouts versus overstock. No single metric captures calibration of prediction intervals, bias, tail risk and operational impact at once.

Стратегічний вплив

Вартість і бюджет

Архітектурні рішення збільшують продуктивність і експлуатаційні витрати протягом багатьох років.

Чіткіші рішення

Технічна освіта допомагає командам вибрати правильний стек, а не лише найновіший.

Контроль якості

Кращий інженерний вибір зменшує проблеми з надійністю у виробництві.

The Future of Forecast Accuracy Metrics: MAPE, sMAPE and MASE

Forecast dashboards can be more honest by placing the metric formula, evaluation horizon, zero handling and naive baseline beside each result. Teams should show scale-dependent error in units as well as scale-free measures when comparing products or regions. As demand patterns shift, recompute the baseline using only information available at each forecast origin. Decision-weighted costs can complement statistical metrics when over- and under-forecasting have different consequences. Clear metric choices make it easier to compare models without implying that one percentage number captures every aspect of forecast quality.

Реалізація в реальному світі

A hypothetical forecast predicts 90 units when actual demand is 100. The absolute percentage error is 10%, using absolute error divided by the actual value.

When actual demand is zero, MAPE's denominator is zero and the percentage error is undefined; replacing zero with a small constant changes the metric and should be disclosed.

An analyst uses MASE and divides test-set MAE by the in-sample one-step naive MAE. A value below one means lower error than that naive scale on the evaluated cases, not guaranteed future superiority.

A team compares sMAPE implementation formulas before publishing results because definitions differ in denominator and scaling; values from different conventions may not be comparable.

Ризики та огорожі

  • Оптимізація одного тесту може приховати ширші слабкі сторони системи.

  • Витрати на інфраструктуру та обслуговування часто недооцінюються.

  • Прогалини в безпеці та спостережуваності можуть зростати в міру ускладнення систем.

Дорожня карта впровадження

  1. Визначте цільові показники затримки, якості та вартості перед впровадженням.

  2. Тест за реалістичних умов навантаження та даних.

  3. Моніторинг інструментів на наявність помилок, дрейфу та впливу користувача.

  4. Перед масштабуванням підготуйте шляхи відкату та реагування на інциденти.

Продовжуйте досліджувати

Free newsletter

Get the daily AI briefing

Three verified AI stories every weekday morning, written in plain English. Free forever, no ads.

One email each weekday. Unsubscribe in one click. We never sell or share your address.

Test yourself

Take the Forecast Accuracy Metrics: MAPE, sMAPE and MASE quiz

Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.

Розпочати вікторину

Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation

Часті запитання

What is Forecast Accuracy Metrics: MAPE, sMAPE and MASE?

Forecast metrics summarize how predictions differ from observed values, but MAPE, sMAPE and MASE handle scale and zero values differently. Choose a metric that matches the decision, compare forecasts on the same evaluation windows and include a naive baseline rather than relying on a percentage score alone.

Actual demand is 100 and the forecast is 90. What is the absolute percentage error under MAPE?

Absolute error is 10, divided by actual 100, giving 0.10 or 10%.

What issue arises for MAPE when an actual value is zero?

MAPE divides by the actual magnitude, so a zero actual makes the percentage undefined.

What does MASE below one indicate under its usual definition?

MASE compares test MAE with a chosen naive in-sample scale; below one indicates lower average error than that scale.

Why state the exact sMAPE formula in a report?

Different sMAPE variants and zero-handling choices can produce noncomparable values.

Why can MAPE overemphasize low-volume observations?

Dividing by a small actual makes the same absolute error a larger percentage contribution.