PerColumnImputer.
fit
Fits imputers on input data
X (ww.DataTable, pd.DataFrame or np.ndarray) – The input training data of shape [n_samples, n_features] to fit.
y (ww.DataColumn, pd.Series, optional) – The target training data of length [n_samples]. Ignored.
self