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
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?
The text was updated successfully, but these errors were encountered:
thanks a lot for your interest in this package. It's not maintained anymore and for your use case i'd recommend to use an actively maintained AutoML package for tabular data such as AutoGluon - most of the functionality in datawig is available in AutoGluon and the implementation is actually a lot better.
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_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?
The text was updated successfully, but these errors were encountered: