-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
I am not sure whether this is intentional, but when the input table has missing values, assert_continuous
function throws AssertionError: columns must hold continuous variables
, even though all other values are continuous.
Considering that there is still no transform for imputation, I think it would make sense to add an option to skip the missing values.