societe-generale / aikit

Automated machine learning package
http://aikit.readthedocs.io/
BSD 2-Clause "Simplified" License
27 stars 11 forks source link

exception when using categories with pandas 1.0.5 #58

Closed fabien-vavrand closed 4 years ago

fabien-vavrand commented 4 years ago

When passing categories to transformers, they get converted back to their base type using get_values, which has been deprecated in pandas 1, thus resulting in an exception.

fabien-vavrand commented 4 years ago

Has already been corrected but not yet delivered