awslabs / datawig

Imputation of missing values in tables.
Apache License 2.0
478 stars 69 forks source link

Minor fix in _is_categorical #68

Closed felixbiessmann closed 6 years ago

felixbiessmann commented 6 years ago

One input argument, switching from sampling without replacement to sampling with replacement if not enough samples are available in a column, in SimpleImputer._is_categorical was not used. This commit fixes this.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.