-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How I Can Apply Inverse Transform #1858
Comments
@mustfkeskin your mapped values are stored in the
the index column is your encoded values. From there you can write a simple pandas mapping script to revert back the encoded ids to original ids. |
Thank u @rnyak
|
@rnyak would it be possible to include the reverse transformation of the item IDs as a built-in utility mechanism? |
I also take advantage of the categories/unique.feature.parquet file |
How I can return to my original feature set.
What is the equivalent of the inverse transform function in scikit-learn here?
After train retrieval model i want to know my original user and itemid :)
The text was updated successfully, but these errors were encountered: