Closed rubenpeters91 closed 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
get_feature_names()
get_feature_names_out()
Also check if get_feature_names_out() will work for Pipelines that contain Simple
Resolved by #43 and #42
sklearn has deprecated
get_feature_names()
in favor ofget_feature_names_out()
this is blocking when updating to a new sklearn version, so we should update these functions, the behaviour stays the same