{
  "name": "agentforecast public gallery",
  "items": [
    {
      "slug": "airline-passengers",
      "title": "airline_passengers",
      "headline": "airline_passengers: stats_ets won the backend comparison and produced a publishable pack.",
      "backend_selected": "stats_ets",
      "summary": {
        "headline": "airline_passengers: stats_ets won the backend comparison and produced a publishable pack.",
        "latest_observed": 432.0,
        "projected_end": 471.05459082715595,
        "artifact_count": 10,
        "narrative": "Compared 6 backend(s) and routed the series to 'stats_ets'. Exported CSV, chart, card, markdown, and JSON artifacts.",
        "conformal_method": "residual_heuristic",
        "routing_reason": "explicit_backends_provided"
      },
      "diagnostics": {
        "leaderboard": [
          {
            "backend_id": "stats_ets",
            "mae": 13.382162,
            "rmse": 16.981068,
            "mape": 2.803136,
            "smape": 2.795867,
            "coverage_80": 0.916667,
            "avg_width_80": 70.492882,
            "wnc_80": 6.191918,
            "coverage_90": 0.916667,
            "avg_width_90": 90.475766,
            "wnc_90": 4.824343,
            "backtest_horizon": 12
          },
          {
            "backend_id": "ml_ridge",
            "mae": 36.079182,
            "rmse": 51.659282,
            "mape": 8.366429,
            "smape": 7.693627,
            "coverage_80": 0.916667,
            "avg_width_80": 181.239729,
            "wnc_80": 2.408336,
            "coverage_90": 1.0,
            "avg_width_90": 232.616441,
            "wnc_90": 2.047003,
            "backtest_horizon": 12
          },
          {
            "backend_id": "moving_average",
            "mae": 58.095238,
            "rmse": 76.286539,
            "mape": 11.569287,
            "smape": 11.973611,
            "coverage_80": 1.0,
            "avg_width_80": 436.269632,
            "wnc_80": 1.09145,
            "coverage_90": 1.0,
            "avg_width_90": 559.940635,
            "wnc_90": 0.850388,
            "backtest_horizon": 12
          },
          {
            "backend_id": "stats_arima",
            "mae": 66.241675,
            "rmse": 91.228839,
            "mape": 12.462033,
            "smape": 13.792313,
            "coverage_80": 1.0,
            "avg_width_80": 439.554005,
            "wnc_80": 1.083295,
            "coverage_90": 1.0,
            "avg_width_90": 564.156041,
            "wnc_90": 0.844034,
            "backtest_horizon": 12
          },
          {
            "backend_id": "stream_ewm",
            "mae": 67.280561,
            "rmse": 92.129244,
            "mape": 12.683001,
            "smape": 14.037941,
            "coverage_80": 1.0,
            "avg_width_80": 470.220489,
            "wnc_80": 1.012646,
            "coverage_90": 1.0,
            "avg_width_90": 603.51567,
            "wnc_90": 0.788988,
            "backtest_horizon": 12
          },
          {
            "backend_id": "naive",
            "mae": 76.0,
            "rmse": 102.976535,
            "mape": 14.251338,
            "smape": 16.120845,
            "coverage_80": 1.0,
            "avg_width_80": 436.269632,
            "wnc_80": 1.09145,
            "coverage_90": 1.0,
            "avg_width_90": 559.940635,
            "wnc_90": 0.850388,
            "backtest_horizon": 12
          }
        ],
        "conformal": {
          "enabled": false,
          "requested_method": "auto",
          "method": "residual_heuristic",
          "levels": [
            80,
            90
          ],
          "calibration_window": 200,
          "warmup_min": 40,
          "symmetric": true,
          "horizon_aware": true,
          "effective_horizon_aware": false,
          "calibration_size": 12,
          "native_levels": [],
          "fallback_reason": null,
          "backend_id": "stats_ets",
          "coverage_backtest": {
            "80": 0.916667,
            "90": 0.916667
          },
          "mean_interval_width": {
            "80": 70.492882,
            "90": 90.475766
          },
          "width_normalized_coverage": {
            "80": 6.191918,
            "90": 4.824343
          },
          "backend_tags": [
            "accurate",
            "long_horizon"
          ]
        },
        "conformal_by_backend": {
          "naive": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "naive",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 436.269632,
              "90": 559.940635
            },
            "width_normalized_coverage": {
              "80": 1.09145,
              "90": 0.850388
            },
            "backend_tags": [
              "fast",
              "low_data"
            ]
          },
          "moving_average": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "moving_average",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 436.269632,
              "90": 559.940635
            },
            "width_normalized_coverage": {
              "80": 1.09145,
              "90": 0.850388
            },
            "backend_tags": [
              "fast"
            ]
          },
          "stats_arima": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "stats_arima",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 439.554005,
              "90": 564.156041
            },
            "width_normalized_coverage": {
              "80": 1.083295,
              "90": 0.844034
            },
            "backend_tags": [
              "accurate",
              "low_data"
            ]
          },
          "stats_ets": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "stats_ets",
            "coverage_backtest": {
              "80": 0.916667,
              "90": 0.916667
            },
            "mean_interval_width": {
              "80": 70.492882,
              "90": 90.475766
            },
            "width_normalized_coverage": {
              "80": 6.191918,
              "90": 4.824343
            },
            "backend_tags": [
              "accurate",
              "long_horizon"
            ]
          },
          "ml_ridge": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "ml_ridge",
            "coverage_backtest": {
              "80": 0.916667,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 181.239729,
              "90": 232.616441
            },
            "width_normalized_coverage": {
              "80": 2.408336,
              "90": 2.047003
            },
            "backend_tags": [
              "fast",
              "low_data",
              "tabular"
            ]
          },
          "stream_ewm": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "stream_ewm",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 470.220489,
              "90": 603.51567
            },
            "width_normalized_coverage": {
              "80": 1.012646,
              "90": 0.788988
            },
            "backend_tags": [
              "streaming",
              "fast",
              "low_data"
            ]
          }
        },
        "cleanup": {
          "cleanup_applied": false,
          "missing_points_filled": 0,
          "duplicate_timestamps_merged": 0,
          "history_values_filled": 0,
          "exogenous_values_filled": 0,
          "history_truncated": 0,
          "history_rows_retained": 144,
          "inferred_frequency": "MS",
          "step_seconds": 2678400.0,
          "exogenous_cols": [],
          "future_feature_policy": "use_provided_then_carry_last",
          "strict_mode": false,
          "invalid_timestamps_dropped": 0
        },
        "routing": {
          "profile": "explicit",
          "history_len": 144,
          "horizon": 12,
          "candidate_backends": [
            "naive",
            "moving_average",
            "stats_arima",
            "stats_ets",
            "ml_ridge",
            "stream_ewm"
          ],
          "missing_backends": [],
          "recommended_extras": [],
          "reason": "explicit_backends_provided"
        }
      },
      "metrics": {
        "backend_id": "stats_ets",
        "mae": 13.382162,
        "rmse": 16.981068,
        "mape": 2.803136,
        "smape": 2.795867,
        "coverage_80": 0.916667,
        "avg_width_80": 70.492882,
        "wnc_80": 6.191918,
        "coverage_90": 0.916667,
        "avg_width_90": 90.475766,
        "wnc_90": 4.824343,
        "backtest_horizon": 12.0
      },
      "artifacts": {
        "history_csv": "public_gallery/demo_runs/airline-passengers/data/history.csv",
        "forecast_csv": "public_gallery/demo_runs/airline-passengers/data/forecast.csv",
        "leaderboard_csv": "public_gallery/demo_runs/airline-passengers/data/leaderboard.csv",
        "forecast_png": "public_gallery/demo_runs/airline-passengers/plots/forecast.png",
        "forecast_card_png": "public_gallery/demo_runs/airline-passengers/plots/forecast_card.png",
        "comparison_png": "public_gallery/demo_runs/airline-passengers/plots/backend_comparison.png",
        "leaderboard_card_png": "public_gallery/demo_runs/airline-passengers/plots/leaderboard_card.png",
        "delta_card_png": "public_gallery/demo_runs/airline-passengers/plots/winner_vs_runnerup_delta.png",
        "summary_markdown": "public_gallery/demo_runs/airline-passengers/reports/summary.md",
        "metadata_json": "public_gallery/demo_runs/airline-passengers/meta/metadata.json"
      },
      "public_artifacts": {
        "history_csv": "assets/airline-passengers/history.csv",
        "forecast_csv": "assets/airline-passengers/forecast.csv",
        "leaderboard_csv": "assets/airline-passengers/leaderboard.csv",
        "forecast_png": "assets/airline-passengers/forecast.png",
        "forecast_card_png": "assets/airline-passengers/forecast_card.png",
        "comparison_png": "assets/airline-passengers/backend_comparison.png",
        "leaderboard_card_png": "assets/airline-passengers/leaderboard_card.png",
        "delta_card_png": "assets/airline-passengers/winner_vs_runnerup_delta.png",
        "summary_markdown": "assets/airline-passengers/summary.md",
        "metadata_json": "assets/airline-passengers/metadata.json"
      }
    },
    {
      "slug": "daily-min-temperatures",
      "title": "daily_min_temperatures",
      "headline": "daily_min_temperatures: stream_ewm won the backend comparison and produced a publishable pack.",
      "backend_selected": "stream_ewm",
      "summary": {
        "headline": "daily_min_temperatures: stream_ewm won the backend comparison and produced a publishable pack.",
        "latest_observed": 13.0,
        "projected_end": 14.375550641029267,
        "artifact_count": 10,
        "narrative": "Compared 1 backend(s) and routed the series to 'stream_ewm'. Exported CSV, chart, card, markdown, and JSON artifacts.",
        "conformal_method": "residual_heuristic",
        "routing_reason": "explicit_backend_selected"
      },
      "diagnostics": {
        "leaderboard": [
          {
            "backend_id": "stream_ewm",
            "mae": 2.433887,
            "rmse": 2.674885,
            "mape": 17.11209,
            "smape": 18.742742,
            "coverage_80": 1.0,
            "avg_width_80": 28.783069,
            "wnc_80": 0.483419,
            "coverage_90": 1.0,
            "avg_width_90": 36.942315,
            "wnc_90": 0.376649,
            "backtest_horizon": 14
          }
        ],
        "conformal": {
          "enabled": false,
          "requested_method": "auto",
          "method": "residual_heuristic",
          "levels": [
            80,
            90
          ],
          "calibration_window": 200,
          "warmup_min": 40,
          "symmetric": true,
          "horizon_aware": true,
          "effective_horizon_aware": false,
          "calibration_size": 14,
          "native_levels": [],
          "fallback_reason": null,
          "backend_id": "stream_ewm",
          "coverage_backtest": {
            "80": 1.0,
            "90": 1.0
          },
          "mean_interval_width": {
            "80": 28.783069,
            "90": 36.942315
          },
          "width_normalized_coverage": {
            "80": 0.483419,
            "90": 0.376649
          },
          "backend_tags": [
            "streaming",
            "fast",
            "low_data"
          ]
        },
        "conformal_by_backend": {
          "stream_ewm": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 14,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "stream_ewm",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 28.783069,
              "90": 36.942315
            },
            "width_normalized_coverage": {
              "80": 0.483419,
              "90": 0.376649
            },
            "backend_tags": [
              "streaming",
              "fast",
              "low_data"
            ]
          }
        },
        "cleanup": {
          "cleanup_applied": true,
          "missing_points_filled": 1,
          "duplicate_timestamps_merged": 0,
          "history_values_filled": 1,
          "exogenous_values_filled": 0,
          "history_truncated": 0,
          "history_rows_retained": 1096,
          "inferred_frequency": "D",
          "step_seconds": 86400.0,
          "exogenous_cols": [],
          "future_feature_policy": "use_provided_then_carry_last",
          "strict_mode": false,
          "invalid_timestamps_dropped": 0
        },
        "routing": {
          "profile": "explicit",
          "history_len": 1096,
          "horizon": 14,
          "candidate_backends": [
            "stream_ewm"
          ],
          "missing_backends": [],
          "recommended_extras": [],
          "reason": "explicit_backend_selected"
        },
        "streaming": {
          "backend_family": "streaming",
          "rolling_mae_last_5": 1.181695992370738,
          "baseline_mae_first_5": 2.02061634686176,
          "drift_ratio": 0.5848195745847756,
          "drift_alert": false
        }
      },
      "metrics": {
        "backend_id": "stream_ewm",
        "mae": 2.433887,
        "rmse": 2.674885,
        "mape": 17.11209,
        "smape": 18.742742,
        "coverage_80": 1.0,
        "avg_width_80": 28.783069,
        "wnc_80": 0.483419,
        "coverage_90": 1.0,
        "avg_width_90": 36.942315,
        "wnc_90": 0.376649,
        "backtest_horizon": 14.0
      },
      "artifacts": {
        "history_csv": "public_gallery/demo_runs/daily-min-temperatures/data/history.csv",
        "forecast_csv": "public_gallery/demo_runs/daily-min-temperatures/data/forecast.csv",
        "leaderboard_csv": "public_gallery/demo_runs/daily-min-temperatures/data/leaderboard.csv",
        "forecast_png": "public_gallery/demo_runs/daily-min-temperatures/plots/forecast.png",
        "forecast_card_png": "public_gallery/demo_runs/daily-min-temperatures/plots/forecast_card.png",
        "comparison_png": "public_gallery/demo_runs/daily-min-temperatures/plots/backend_comparison.png",
        "leaderboard_card_png": "public_gallery/demo_runs/daily-min-temperatures/plots/leaderboard_card.png",
        "delta_card_png": "public_gallery/demo_runs/daily-min-temperatures/plots/winner_vs_runnerup_delta.png",
        "summary_markdown": "public_gallery/demo_runs/daily-min-temperatures/reports/summary.md",
        "metadata_json": "public_gallery/demo_runs/daily-min-temperatures/meta/metadata.json",
        "drift_alert_card_png": "public_gallery/demo_runs/daily-min-temperatures/plots/drift_alert_card.png"
      },
      "public_artifacts": {
        "history_csv": "assets/daily-min-temperatures/history.csv",
        "forecast_csv": "assets/daily-min-temperatures/forecast.csv",
        "leaderboard_csv": "assets/daily-min-temperatures/leaderboard.csv",
        "forecast_png": "assets/daily-min-temperatures/forecast.png",
        "forecast_card_png": "assets/daily-min-temperatures/forecast_card.png",
        "comparison_png": "assets/daily-min-temperatures/backend_comparison.png",
        "leaderboard_card_png": "assets/daily-min-temperatures/leaderboard_card.png",
        "delta_card_png": "assets/daily-min-temperatures/winner_vs_runnerup_delta.png",
        "summary_markdown": "assets/daily-min-temperatures/summary.md",
        "metadata_json": "assets/daily-min-temperatures/metadata.json",
        "drift_alert_card_png": "assets/daily-min-temperatures/drift_alert_card.png"
      }
    },
    {
      "slug": "monthly-car-sales",
      "title": "monthly_car_sales",
      "headline": "monthly_car_sales: stats_ets won the backend comparison and produced a publishable pack.",
      "backend_selected": "stats_ets",
      "summary": {
        "headline": "monthly_car_sales: stats_ets won the backend comparison and produced a publishable pack.",
        "latest_observed": 14577.0,
        "projected_end": 17099.57181137848,
        "artifact_count": 10,
        "narrative": "Compared 6 backend(s) and routed the series to 'stats_ets'. Exported CSV, chart, card, markdown, and JSON artifacts.",
        "conformal_method": "residual_heuristic",
        "routing_reason": "default_fast_path"
      },
      "diagnostics": {
        "leaderboard": [
          {
            "backend_id": "stats_ets",
            "mae": 1324.976171,
            "rmse": 1691.031884,
            "mape": 7.211514,
            "smape": 7.493542,
            "coverage_80": 1.0,
            "avg_width_80": 10266.516651,
            "wnc_80": 1.775497,
            "coverage_90": 1.0,
            "avg_width_90": 13176.804962,
            "wnc_90": 1.383353,
            "backtest_horizon": 12
          },
          {
            "backend_id": "ml_ridge",
            "mae": 1706.528926,
            "rmse": 2073.438587,
            "mape": 9.164544,
            "smape": 8.976373,
            "coverage_80": 1.0,
            "avg_width_80": 12559.140384,
            "wnc_80": 1.451386,
            "coverage_90": 1.0,
            "avg_width_90": 16119.327417,
            "wnc_90": 1.130827,
            "backtest_horizon": 12
          },
          {
            "backend_id": "seasonal_naive",
            "mae": 1959.5,
            "rmse": 2290.827252,
            "mape": 10.832418,
            "smape": 11.667141,
            "coverage_80": 1.0,
            "avg_width_80": 10746.499621,
            "wnc_80": 1.696196,
            "coverage_90": 1.0,
            "avg_width_90": 13792.85052,
            "wnc_90": 1.321566,
            "backtest_horizon": 12
          },
          {
            "backend_id": "moving_average",
            "mae": 3567.904762,
            "rmse": 4479.059687,
            "mape": 17.854834,
            "smape": 19.742866,
            "coverage_80": 1.0,
            "avg_width_80": 26157.614268,
            "wnc_80": 0.696859,
            "coverage_90": 1.0,
            "avg_width_90": 33572.612133,
            "wnc_90": 0.542948,
            "backtest_horizon": 12
          },
          {
            "backend_id": "naive",
            "mae": 4599.0,
            "rmse": 5865.37383,
            "mape": 22.268844,
            "smape": 26.596471,
            "coverage_80": 0.916667,
            "avg_width_80": 26157.614268,
            "wnc_80": 0.638787,
            "coverage_90": 1.0,
            "avg_width_90": 33572.612133,
            "wnc_90": 0.542948,
            "backtest_horizon": 12
          },
          {
            "backend_id": "stream_ewm",
            "mae": 5123.309501,
            "rmse": 6107.26662,
            "mape": 25.693011,
            "smape": 30.533922,
            "coverage_80": 0.916667,
            "avg_width_80": 25988.408279,
            "wnc_80": 0.642946,
            "coverage_90": 1.0,
            "avg_width_90": 33355.440683,
            "wnc_90": 0.546483,
            "backtest_horizon": 12
          }
        ],
        "conformal": {
          "enabled": false,
          "requested_method": "auto",
          "method": "residual_heuristic",
          "levels": [
            80,
            90
          ],
          "calibration_window": 200,
          "warmup_min": 40,
          "symmetric": true,
          "horizon_aware": true,
          "effective_horizon_aware": false,
          "calibration_size": 12,
          "native_levels": [],
          "fallback_reason": null,
          "backend_id": "stats_ets",
          "coverage_backtest": {
            "80": 1.0,
            "90": 1.0
          },
          "mean_interval_width": {
            "80": 10266.516651,
            "90": 13176.804962
          },
          "width_normalized_coverage": {
            "80": 1.775497,
            "90": 1.383353
          },
          "backend_tags": [
            "accurate",
            "long_horizon"
          ]
        },
        "conformal_by_backend": {
          "naive": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "naive",
            "coverage_backtest": {
              "80": 0.916667,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 26157.614268,
              "90": 33572.612133
            },
            "width_normalized_coverage": {
              "80": 0.638787,
              "90": 0.542948
            },
            "backend_tags": [
              "fast",
              "low_data"
            ]
          },
          "seasonal_naive": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "seasonal_naive",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 10746.499621,
              "90": 13792.85052
            },
            "width_normalized_coverage": {
              "80": 1.696196,
              "90": 1.321566
            },
            "backend_tags": [
              "fast",
              "long_horizon"
            ]
          },
          "moving_average": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "moving_average",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 26157.614268,
              "90": 33572.612133
            },
            "width_normalized_coverage": {
              "80": 0.696859,
              "90": 0.542948
            },
            "backend_tags": [
              "fast"
            ]
          },
          "stream_ewm": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "stream_ewm",
            "coverage_backtest": {
              "80": 0.916667,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 25988.408279,
              "90": 33355.440683
            },
            "width_normalized_coverage": {
              "80": 0.642946,
              "90": 0.546483
            },
            "backend_tags": [
              "streaming",
              "fast",
              "low_data"
            ]
          },
          "ml_ridge": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "ml_ridge",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 12559.140384,
              "90": 16119.327417
            },
            "width_normalized_coverage": {
              "80": 1.451386,
              "90": 1.130827
            },
            "backend_tags": [
              "fast",
              "low_data",
              "tabular"
            ]
          },
          "stats_ets": {
            "enabled": false,
            "requested_method": "auto",
            "method": "residual_heuristic",
            "levels": [
              80,
              90
            ],
            "calibration_window": 200,
            "warmup_min": 40,
            "symmetric": true,
            "horizon_aware": true,
            "effective_horizon_aware": false,
            "calibration_size": 12,
            "native_levels": [],
            "fallback_reason": null,
            "backend_id": "stats_ets",
            "coverage_backtest": {
              "80": 1.0,
              "90": 1.0
            },
            "mean_interval_width": {
              "80": 10266.516651,
              "90": 13176.804962
            },
            "width_normalized_coverage": {
              "80": 1.775497,
              "90": 1.383353
            },
            "backend_tags": [
              "accurate",
              "long_horizon"
            ]
          }
        },
        "cleanup": {
          "cleanup_applied": false,
          "missing_points_filled": 0,
          "duplicate_timestamps_merged": 0,
          "history_values_filled": 0,
          "exogenous_values_filled": 0,
          "history_truncated": 0,
          "history_rows_retained": 108,
          "inferred_frequency": "MS",
          "step_seconds": 2678400.0,
          "exogenous_cols": [],
          "future_feature_policy": "use_provided_then_carry_last",
          "strict_mode": false,
          "invalid_timestamps_dropped": 0
        },
        "routing": {
          "profile": "fast",
          "history_len": 108,
          "horizon": 12,
          "candidate_backends": [
            "naive",
            "seasonal_naive",
            "moving_average",
            "stream_ewm",
            "ml_ridge",
            "stats_ets"
          ],
          "missing_backends": [],
          "recommended_extras": [],
          "reason": "default_fast_path"
        }
      },
      "metrics": {
        "backend_id": "stats_ets",
        "mae": 1324.976171,
        "rmse": 1691.031884,
        "mape": 7.211514,
        "smape": 7.493542,
        "coverage_80": 1.0,
        "avg_width_80": 10266.516651,
        "wnc_80": 1.775497,
        "coverage_90": 1.0,
        "avg_width_90": 13176.804962,
        "wnc_90": 1.383353,
        "backtest_horizon": 12.0
      },
      "artifacts": {
        "history_csv": "public_gallery/demo_runs/monthly-car-sales/data/history.csv",
        "forecast_csv": "public_gallery/demo_runs/monthly-car-sales/data/forecast.csv",
        "leaderboard_csv": "public_gallery/demo_runs/monthly-car-sales/data/leaderboard.csv",
        "forecast_png": "public_gallery/demo_runs/monthly-car-sales/plots/forecast.png",
        "forecast_card_png": "public_gallery/demo_runs/monthly-car-sales/plots/forecast_card.png",
        "comparison_png": "public_gallery/demo_runs/monthly-car-sales/plots/backend_comparison.png",
        "leaderboard_card_png": "public_gallery/demo_runs/monthly-car-sales/plots/leaderboard_card.png",
        "delta_card_png": "public_gallery/demo_runs/monthly-car-sales/plots/winner_vs_runnerup_delta.png",
        "summary_markdown": "public_gallery/demo_runs/monthly-car-sales/reports/summary.md",
        "metadata_json": "public_gallery/demo_runs/monthly-car-sales/meta/metadata.json"
      },
      "public_artifacts": {
        "history_csv": "assets/monthly-car-sales/history.csv",
        "forecast_csv": "assets/monthly-car-sales/forecast.csv",
        "leaderboard_csv": "assets/monthly-car-sales/leaderboard.csv",
        "forecast_png": "assets/monthly-car-sales/forecast.png",
        "forecast_card_png": "assets/monthly-car-sales/forecast_card.png",
        "comparison_png": "assets/monthly-car-sales/backend_comparison.png",
        "leaderboard_card_png": "assets/monthly-car-sales/leaderboard_card.png",
        "delta_card_png": "assets/monthly-car-sales/winner_vs_runnerup_delta.png",
        "summary_markdown": "assets/monthly-car-sales/summary.md",
        "metadata_json": "assets/monthly-car-sales/metadata.json"
      }
    }
  ],
  "benchmark_hub": [
    {
      "name": "Monash / ForecastingData repository",
      "url": "https://forecastingdata.org/",
      "kind": "dataset hub",
      "notes": "Public repository of time-series datasets plus baseline evaluation pages."
    },
    {
      "name": "Monash baseline evaluation results",
      "url": "https://forecastingdata.org/RMSSE.html",
      "kind": "baseline results",
      "notes": "Baseline evaluation page hosted by the Monash forecasting repository."
    },
    {
      "name": "M4 competition",
      "url": "https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m4/",
      "kind": "competition",
      "notes": "Classic multi-domain forecasting competition."
    },
    {
      "name": "M5 competition",
      "url": "https://www.unic.ac.cy/iff/research/forecasting/m-competitions/m5/",
      "kind": "competition",
      "notes": "Retail forecasting benchmark with exogenous structure and hierarchy."
    },
    {
      "name": "OpenTS-Bench / OpenTS",
      "url": "https://decisionintelligence.github.io/OpenTS/",
      "kind": "leaderboard hub",
      "notes": "OpenTS benchmark and leaderboard surface for time-series forecasting and related tasks."
    },
    {
      "name": "TFB repository",
      "url": "https://github.com/decisionintelligence/TFB",
      "kind": "benchmark codebase",
      "notes": "Comprehensive and fair benchmarking toolkit for time-series forecasting methods."
    },
    {
      "name": "GIFT-Eval repository",
      "url": "https://github.com/SalesforceAIResearch/gift-eval",
      "kind": "benchmark",
      "notes": "Foundation-model oriented time-series benchmark with code and data."
    },
    {
      "name": "GIFT-Eval public leaderboard",
      "url": "https://huggingface.co/spaces/Salesforce/GIFT-Eval",
      "kind": "leaderboard",
      "notes": "Interactive public leaderboard for GIFT-Eval."
    },
    {
      "name": "ForecastBench baseline leaderboard",
      "url": "https://www.forecastbench.org/baseline/",
      "kind": "leaderboard",
      "notes": "Out-of-the-box AI forecasting leaderboard."
    },
    {
      "name": "ForecastBench tournament leaderboard",
      "url": "https://www.forecastbench.org/tournament/",
      "kind": "leaderboard",
      "notes": "Tool-augmented frontier leaderboard for AI forecasting systems."
    }
  ]
}