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
In many settings it's useful to treat missingness as a new category when it affects a categorical column. It would be great to have some transformer (with a meaningful name) that transforms missing values in each column of a given table into a new category (level) for that column.
This would make it possible to use encoders or machine learning models that don't have a default way to deal with missingness and it's a popular strategy to treat missingness meaningfully instead of using imputation.
The text was updated successfully, but these errors were encountered:
Happy to provide guidance to a new contributor. The API for implementing a new model is documented here. You can find other transformer implementations here.
EssamWisam
changed the title
Proposal: add Missingness Encoder transformer
Add Missingness Encoder transformer
Jul 2, 2024
EssamWisam
changed the title
Add Missingness Encoder transformer
Add Missingness Encoder Transformer
Jul 2, 2024
Motivation
In many settings it's useful to treat missingness as a new category when it affects a categorical column. It would be great to have some transformer (with a meaningful name) that transforms missing values in each column of a given table into a new category (level) for that column.
This would make it possible to use encoders or machine learning models that don't have a default way to deal with missingness and it's a popular strategy to treat missingness meaningfully instead of using imputation.
The text was updated successfully, but these errors were encountered: