scikit-learn/scikit-learn

Ability to cache FeatureUnion transformers

Open

#9.008 geöffnet am 6. Juni 2017

Auf GitHub ansehen
 (10 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Python (27.020 Forks)batch import
Enhancementhelp wantedmodule:pipeline

Repository-Metriken

Stars
 (66.084 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T) (90 gemergte PRs in 30 T)

Beschreibung

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