enhancementgood first issuemodule:base-frameworkmodule:classificationmodule:clusteringmodule:detectionmodule:forecastingmodule:transformations
倉庫指標
- Star
- (7,162 star)
- PR 合併指標
- (平均合併 26天 10小時) (30 天內合併 86 個 PR)
描述
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.