PulseAugur
实时 13:20:02
English(EN) LLM Driven AutoForecasting with Sktime’s `craft()`

LLM 通过 `craft()` 生成 Sktime 预测管道

一种新方法将大型语言模型 (LLM) 与 sktime 库集成,以自动化时间序列预测管道的选择。这种方法被称为 `LLMBlueprintForecaster`,它使用 LLM 为 sktime 估计器生成 Python 构造函数字符串。sktime 中的 `craft()` 函数随后解释这些字符串,以迭代方式构建和评估预测管道,旨在无需大量手动调整即可找到最佳模型。 AI

影响 通过利用 LLM 自动化管道选择,这种方法可以简化构建准确的时间序列预测模型的过程。

排序理由 该集群描述了一种使用 LLM 和特定库函数进行时间序列预测的新颖方法,作为技术帖子呈现。[lever_c_demoted from research: ic=1 ai=1.0]

在 Towards AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

LLM 通过 `craft()` 生成 Sktime 预测管道

报道来源 [1]

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

    使用 Sktime 的 `craft()` 进行 LLM 驱动的自动预测

    <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…