georgian-io-archive / foreshadow

An automatic machine learning system
https://foreshadow.readthedocs.io
Apache License 2.0
29 stars 2 forks source link

Fixing the issue of FancyImpute throwing exceptions on columns with n… #182

Closed jzhang-gp closed 4 years ago

jzhang-gp commented 4 years ago

Description

Since we are using an old version of FancyImpute, it may fail on columns with no missing data. The latest version only logs a warning message in that situation. However, since we cannot upgrade due to other dependency issues, we have to use a workaround.