The [attributes](https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/pipeline.py#L658) passed in `__init__` of FeatureUnion are modified during fitting, transgressing the scikit-learn API. The API should be changed in accordance to discussion in #8157 #### Related issues and PR #8350 #8157