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

Allow sparse matrix input to tabnet #90

Open
egillax opened this issue Mar 31, 2022 · 1 comment
Open

Allow sparse matrix input to tabnet #90

egillax opened this issue Mar 31, 2022 · 1 comment
Labels
question Further information is requested wontfix This will not be worked on

Comments

@egillax
Copy link
Contributor

egillax commented Mar 31, 2022

Currently only dense matrices and dataframes are supported for the x matrix. This limits on how large data can be used with the current implementation. It would be good to support sparse matrices for bigger data.

@cregouby
Copy link
Collaborator

All internal processing of {tabnet} is done currently with dense matrix operation, so I would not see a path to use sparse matrix without a massive redesign. If you have an idea and you can propose a pull-request, I will be happy to review it.

@cregouby cregouby added question Further information is requested wontfix This will not be worked on labels Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants