healthcareai-py
healthcareai-py copied to clipboard
Warn user about imputing more than n% of rows
Background
Let's say I have a column with 5% non-null values that are numeric. Why on earth would it make sense to put the mean of the column in 95% of the rows?
See #423
@grromrell is working on this. Thanks for doing some culling Levi!