Skip to content
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

Investigate float64 in account embedding columns #8

Closed
JoshVarty opened this issue Jul 2, 2022 · 2 comments
Closed

Investigate float64 in account embedding columns #8

JoshVarty opened this issue Jul 2, 2022 · 2 comments
Assignees

Comments

@JoshVarty
Copy link
Owner

For some reason, one of the tables is incorrectly float64.

df.dtypes

hero0              int64
hero1              int64
hero2              int64
hero3              int64
hero4              int64
hero5              int64
hero6              int64
hero7              int64
hero8              int64
hero9              int64
account0           int64
account1           int64
account2           int64
account3           int64
account4           int64
account5           int64
account6           int64
account7           int64
account8           int64
account9           int64
start_time         int64
radiant_win      float64
account_emb_0      int64
account_emb_1      int64
account_emb_2      int64
account_emb_3      int64
account_emb_4      int64
account_emb_5      int64
account_emb_6      int64
account_emb_7    float64
account_emb_8      int64
account_emb_9      int64
dtype: object
@JoshVarty JoshVarty self-assigned this Jul 2, 2022
@JoshVarty
Copy link
Owner Author

These all could be int32 as well.

@JoshVarty
Copy link
Owner Author

I made a mistake when creating the embeddings and forgot to incorporate the IDs found within account7. Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant