RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
25 stars 6 forks source link

Update all transformers to use `get_feature_names_out()` instead of `get_feature_names()` #27

Closed rubenpeters91 closed 2 years ago

rubenpeters91 commented 2 years ago

sklearn has deprecated get_feature_names() in favor of get_feature_names_out() this is blocking when updating to a new sklearn version, so we should update these functions, the behaviour stays the same

rubenpeters91 commented 2 years ago

Also check if get_feature_names_out() will work for Pipelines that contain Simple

abontsema commented 2 years ago

Resolved by #43 and #42