{"uid":"cap_fAh2C6xS-0BvHQB17dX7G","slug":"forecasting-bake-off-multi-method-time-series-forecast-with-auto-9f186d29","name":"Forecasting Bake-Off — Multi-Method Time Series Forecast with Auto-Selection","description":"Bundled execution of the Forecasting bake-off workflow - Don't guess which forecasting method to trust. Backtest all four (naive/drift, SES, Holt, Holt-Winters) on a real series, rank by out-of-sample RMSE, then forecast forward with the winner and its 95% prediction interval. Method selection without the hand-waving. One x402 payment runs 7 underlying tools (stock-history, fred-series, forecast-eval, forecast-naive, forecast-ses, forecast-holt, forecast-holt-winters); partial-success per step.","url":"https://agent402.tools/api/skill/forecasting-bake-off","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"series":{"type":"string","description":"What to forecast - a ticker (AAPL) or a FRED series id (UNRATE, CPIAUCSL)"},"horizon":{"type":"string","description":"How many periods to project forward - e.g. 30 (days for daily data, months for monthly)"}}},"responseSchema":{"type":"json","example":{"args":{"series":"AAPL","horizon":"30"},"pack":"forecasting-bake-off","steps":[{"ok":true,"slug":"stock-history","result":{}},{"ok":true,"slug":"fred-series","result":{}},{"ok":true,"slug":"forecast-eval","result":{}},{"ok":true,"slug":"forecast-naive","result":{}},{"ok":true,"slug":"forecast-ses","result":{}},{"ok":true,"slug":"forecast-holt","result":{}},{"ok":true,"slug":"forecast-holt-winters","result":{}}],"summary":"7/7 steps succeeded"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.014","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.014/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.014","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.014","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_SYTkgB8TdqyaOC8Lbgqtn","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.014","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Backtests four forecasting methods (naive/drift, SES, Holt, Holt-Winters) on a given time series, ranks them by out-of-sample RMSE, and forecasts forward using the best-performing model.","exampleAgentPrompt":"Run the forecasting bake-off on AAPL — backtest all four methods (naive, SES, Holt, Holt-Winters) and then project 30 periods forward using whichever model had the lowest out-of-sample RMSE.","exampleUseCases":null,"resultDescription":"Returns a ranked comparison of all four forecasting models by out-of-sample RMSE, identifies the winner, and provides the forward forecast values for the specified horizon using the best-performing method.","failureModes":["Invalid or unrecognized ticker symbol — series not found","FRED series ID does not exist or is unavailable","Insufficient historical data to run a meaningful backtest","Non-numeric or malformed horizon value","Downstream data provider timeout or rate limit"],"whenToPreferThis":"Use this endpoint when you need to objectively select the best forecasting model rather than assuming one method fits all. Ideal for financial tickers (e.g. AAPL) and FRED macroeconomic series (e.g. UNRATE, CPIAUCSL) when you want out-of-sample validation before committing to a forecast, rather than hand-picking a model. Prefer this over single-model forecast endpoints when accuracy and model selection rigor matter.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T07:05:35.878Z","isFirstParty":false}