You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bugfix: attribute naming consistency, drop_cols
Within the scikit-learn ecosystem, it is standard practice to name the attributes like the init arguments. In this way the get_parms method can get the attributes. From sklearn version 24 onwards this is required behavior.
* Bugfix: drop_cols incorrectly creates new list object
* drop_cols get state default from None to List
* Update changelog and contribution list
* Formatting
* Bump version to 2.0.2
0 commit comments