This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Extract embeddings from tabular model #1360
renat-abbyazov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone!
Is there any way to extract tabular embeddings for categorical features from model in flash-tabular? Here is the code example for adult census dataset
So the question is how to correctly map the categorical feature value to the corresponding index in embedding matrix and
what is the index of nan or unk category?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions