sktime/sktime

[ENH] Add caching to pipelines

Open

#9.263 aberto em 19 de jan. de 2026

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Python (1.192 forks)batch import
enhancementgood first issuemodule:base-frameworkmodule:classificationmodule:clusteringmodule:detectionmodule:forecastingmodule:transformations

Métricas do repositório

Stars
 (7.162 stars)
Métricas de merge de PR
 (Mesclagem média 26d 10h) (86 fundiu PRs em 30d)

Description

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.

Guia do colaborador