sktime/sktime

[ENH] Add caching to pipelines

Open

#9,263 建立於 2026年1月19日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (7,162 star) (1,192 fork)batch import
enhancementgood first issuemodule:base-frameworkmodule:classificationmodule:clusteringmodule:detectionmodule:forecastingmodule:transformations

描述

Discussed in https://github.com/sktime/sktime/discussions/9249

Originally posted by RobKuebler January 16, 2026 Hi!

scikit-learns's Pipeline has the keyword memory that lets you cache pipeline steps. This has the effect that hyperparameter tuning can be done much faster since very often only a few steps of the pipeline (often only the model) is refitted.

sktime would benefit from this as well.

貢獻者指南