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.