PulseAugur
EN
LIVE 23:25:16

LLM generates sktime forecasting pipelines via `craft()`

A new approach integrates Large Language Models (LLMs) with the sktime library to automate time series forecasting pipeline selection. This method, dubbed `LLMBlueprintForecaster`, uses an LLM to generate Python constructor strings for sktime estimators. The `craft()` function within sktime then interprets these strings to build and evaluate forecasting pipelines iteratively, aiming to find the optimal model without extensive manual tuning. AI

IMPACT This method could streamline the process of building accurate time series forecasting models by leveraging LLMs to automate pipeline selection.

RANK_REASON The cluster describes a novel method for time series forecasting using LLMs and a specific library function, presented as a technical post. [lever_c_demoted from research: ic=1 ai=1.0]

Read on Towards AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM generates sktime forecasting pipelines via `craft()`

COVERAGE [1]

  1. Towards AI TIER_1 English(EN) · Benedikt Heidrich ·

    LLM Driven AutoForecasting with Sktime’s `craft()`

    <figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*glzOV6d3g41dar4ZUZVKGw.jpeg" /><figcaption>Graphical 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 estimat…