Skip to content

v0.3.0 - 2021-01-27

Compare
Choose a tag to compare
@csala csala released this 27 Jan 19:50

This release changes the behavior of the HyperTransformer to prevent it from
modifying any column in the given DataFrame if the transformers dictionary
is passed empty.

Issues closed

  • If transformers is an empty dict, do nothing - Issue #149 by @csala