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

[BUG] Errors for Dataset with No Categorical Columns #2

Open
tim5go opened this issue Jun 2, 2021 · 0 comments
Open

[BUG] Errors for Dataset with No Categorical Columns #2

tim5go opened this issue Jun 2, 2021 · 0 comments

Comments

@tim5go
Copy link

tim5go commented Jun 2, 2021

For custom dataset with no categorical columns, the following error will raise when running python core_models/main.py ,

TypeError: reduce() of empty sequence with no initial value from

## global defs
self.size_tensor_one_hot = reduce((lambda x, y: x + y), map(len, self.cat_to_idx.values())) + len(num_feat_names)

I think adding a default 0 value in the reduce method should solve the problem.

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