scikit-learn/scikit-learn

Ability to cache FeatureUnion transformers

Open

#9,008 opened on Jun 6, 2017

View on GitHub
 (10 comments) (3 reactions) (0 assignees)Python (66,084 stars) (27,020 forks)batch import
Enhancementhelp wantedmodule:pipeline

Description

It seems reasonable to support a memory parameter to FeatureUnion like was recently added to Pipeline (#7990). It is valuable in the sense that parameters in some constituent transformers can be searched over while others are unchanged; those that are unchanged should not need to be re-fit from scratch.

Contributor guide