You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
I'm interested in trying out this library for a specific problem I'm dealing with. However, at this moment it is unclear to me if a model can be trained to predict missing values in more than 1 column of the tabular dataset.
When looking at the documentation, the SimpleImputer has a parameter for output_column, indicating only 1 column can be defined as the target. The Imputer interface however, has a label_encoder_cols parameter, indicating multiple columns can be defined for prediction.
Is this a typo, or does it mean that the library can indeed be used to predict multiple columns at a time?
Hi there,
I'm interested in trying out this library for a specific problem I'm dealing with. However, at this moment it is unclear to me if a model can be trained to predict missing values in more than 1 column of the tabular dataset.
When looking at the documentation, the SimpleImputer has a parameter for
output_column, indicating only 1 column can be defined as the target. The Imputer interface however, has alabel_encoder_colsparameter, indicating multiple columns can be defined for prediction.Is this a typo, or does it mean that the library can indeed be used to predict multiple columns at a time?