Closed jakob-r closed 6 years ago
Ah okay. I have to use cpoImputeAll
. But then cpoImputeMax()
should also not add the missing
property, which it does.
The difference between cpoImputeMax
and cpoImpute
is that cpoImpute
does not (generally) impute all columns, while cpoImputeMax
does. This behaviour may change when #9 is implemented, when cpoImpute
will be able to tell from its parameters whether it imputes all columns or not.
Thank's for clearing me up. Makes sense.