India Data Center Review 2026 — India's most comprehensive infrastructure analysis to support the A.I. era. 250+ pages, 14 chapters, 100+ illustrations, free to download.
Read NowIndia Data Center Review 2026 — India's most comprehensive infrastructure analysis to support the A.I. era. 250+ pages, 14 chapters, 100+ illustrations, free to download.
Read NowIndia Data Center Review 2026 — India's most comprehensive infrastructure analysis to support the A.I. era. 250+ pages, 14 chapters, 100+ illustrations, free to download.
Read NowPer-state mean absolute percentage error of day-ahead demand forecasts, daily.
Every day at IST midnight the FE backfill writes one row per state-day to `atlas_intelligence.state_mape_daily` with the metered demand vs the previous day's day-ahead forecast. The /state-mape-history endpoint returns the trailing 30-day MAPE band per state — surfaced on state pages as the 'how accurate is the forecast' card.
GET /api/v1/states/<code>/mape-history?days=30
{
"state_code": "TN",
"points": [
{
"ist_date": "2026-05-25",
"mape_pct": 4.7,
"sample_n": 24
},
{
"ist_date": "2026-05-26",
"mape_pct": 5.1,
"sample_n": 24
}
]
}