Version 0.24.1
Release notes
Version 0.24.1 provides support for datasets containing columns with mixed data.
Mixed data support
Columns with mixed data are now supported. NannyML Cloud converts these columns to strings and treats them as categorical values.
This applies to all columns that pandas identifies as object
. Previously if an object
column contained data other than strings or `None`, it would create issues when creating a model. This could be a column containing both strings and numbers, but also a regular boolean column with missing values.