com.thoughtworks.datacommons.prepbuddy
An imputation strategy that imputes the missing values by an approx mean of the values in data set.
A contract for an imputation strategy
An imputation strategy that imputes the missing values by mean of the values in a data set.
ModeSubstitution is a simplest imputation strategy used for filling missing values in a data set.
An imputation strategy that is based on Naive Bayes Algorithm which is the probabilistic classifier.
An imputation strategy that is based on Linear Regression which is an approach for modeling the relationship between a scalar dependent variable y and an explanatory variable x.