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
It will be great to have a way to have special features that are not transformed by the binning process. This gives users a way to have columns like snapshot-date and ids (not used in calculating woe) that are not transformed but can be easily mapped to the raw data for use in the downstream process.
The text was updated successfully, but these errors were encountered:
I think users can perform the operation you described leveraging sklearn.compose.ColumnTransformer. See the example below. Given the versatility provided by ColumnTransformer, I am not entirely sure whether it is worth incorporating a similar function. Happy to discuss this further.
It will be great to have a way to have special features that are not transformed by the binning process. This gives users a way to have columns like snapshot-date and ids (not used in calculating woe) that are not transformed but can be easily mapped to the raw data for use in the downstream process.
The text was updated successfully, but these errors were encountered: