Skip to content

v0.2.9 - 2020-11-27

Compare
Choose a tag to compare
@csala csala released this 27 Nov 19:57

This release fixes a bug that prevented the CategoricalTransformer from working properly
when being passed data that contained numerical data only, without any strings, but also
contained None or NaN values.

Issues closed

  • KeyError: nan - CategoricalTransformer fails on numerical + nan data only - Issue #142 by @csala