scikit-learn / enhancement_proposals

Enhancement proposals for scikit-learn: structured discussions and rational for large additions and modifications
https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
47 stars 34 forks source link

DOC Use verbose_feature_names_out for verbose feature names out #60

Closed thomasjpfan closed 2 years ago

thomasjpfan commented 2 years ago

Adjust SLEP007 to use verbose_feature_names_out that is currently shipped with ColumnTransformer.

glemaitre commented 2 years ago

Thanks @thomasjpfan