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
Hi @sfilipi I just ran into this wile trying to use ValueToKeyMappingEstimator... it's ColumnInfo is for some reason off in the transformer, not the estimator. Yes should fix.
For OneHotEncoding estimator/transformer, ColumnInfo lives in the estimator.
For most other pairs, ColumnInfo lives in the transformer.
Standardize their location.
I think they should live in the estimator, since they are mostly used on Estimator definition.
The text was updated successfully, but these errors were encountered: