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.