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
Such as scikit-learn's OrdinalEncoder and LabelEncoder have an inverse_transform method implemented to revert encoded values back to their original form.
Would it be possible to implement a similar inverse_transform method in the Snowflake ML Library as well?
The text was updated successfully, but these errors were encountered:
Absolutely yes, thanks. Our repo does not have good test setup. But we can definitely take your PR, test ourselves internally and release back to public. If you want to take a stab, please assign the issue to yourself. Thanks again. Exciting.
Hi @sfc-gh-sdas , thanks for this! Sure I'll create PR for this issue. But it seems I don't have permission to assign issue to myself. Can you please assign it to me if possible?
Such as scikit-learn's
OrdinalEncoder
andLabelEncoder
have an inverse_transform method implemented to revert encoded values back to their original form.Would it be possible to implement a similar inverse_transform method in the Snowflake ML Library as well?
The text was updated successfully, but these errors were encountered: