WeSearch

LLM Driven AutoForecasting with Sktime's `Craft()`

Benedikt Heidrich· ·8 min read · 0 reactions · 0 comments · 16 views
#machine learning#time series#automation#forecasting#programming
LLM Driven AutoForecasting with Sktime's `Craft()`
⚡ TL;DR · AI summary

The article discusses the integration of large language models (LLMs) with the sktime library's `craft()` method for time series forecasting. It introduces the `LLMBlueprintForecaster`, which utilizes LLMs to generate and refine forecasting pipelines. The author highlights the advantages of using LLMs for hyperparameter selection and the iterative process of improving forecasting models.

Key facts
Original article
Medium · Benedikt Heidrich
Read full at Medium →
Opening excerpt (first ~120 words) tap to expand

LLM Driven AutoForecasting with Sktime’s `craft()`Benedikt Heidrich8 min read·18 hours ago--ListenSharePress enter or click to view image in full sizeGraphical Abstract: An LLM is proposing blueprints, these are passed to the sktime’s craft method and evaluated iteratively during fit. Predict is using the best estimator found during fit to create the forecast.AutoML is relying in many cases on some kind of grid searches. This is expensive. However, if humans are selecting hyperparameters, they often have some feeling about a good choice based on previous experiences. So I wondered, if LLM can act like an human expert and determine the parameters by considering the problem and using the knowledge stored in its weights.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Medium.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Medium