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
When running DeepExplain with Input layers, I don't have any problems, but I have several categorical columns that ideally would go through an Embedding column instead.
When I run the code with only Input layers I am able to get attribution values, but when I run it with Embedding columns I get the error ValueError: None values not supported. (Full stack trace below)
The dataset is the Census dataset for income classification. The following code is the one I use to build the model with Embedding columns, which errors out:
When running DeepExplain with
Input
layers, I don't have any problems, but I have several categorical columns that ideally would go through an Embedding column instead.When I run the code with only
Input
layers I am able to get attribution values, but when I run it withEmbedding
columns I get the errorValueError: None values not supported.
(Full stack trace below)The dataset is the Census dataset for income classification. The following code is the one I use to build the model with Embedding columns, which errors out:
The following code without embedding columns doesn't error out:
The code that is used to call the DeepPredict function is:
Would you know what the issue may be? Happy to provide further detail.
The full stacktrace error is the following:
The text was updated successfully, but these errors were encountered: