-
Notifications
You must be signed in to change notification settings - Fork 494
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
Helper function for embeddings #249
Comments
Hey @Optimox, what kind of helper functions are we looking to implement? |
Is this issue still open to work on? Would love to work on this just wanted to understand the progress done |
Hello @Rachit-Gandhi, Nothing has been done at the moment, the scope is not well defined. The idea would be to propose very simple functions that would make these things easier. Feel free to open a draft PR so that we can discuss potential changes on concrete basis. |
@Optimox sure, will do it in a week, this project is awesome used in my own project would love to work on this, my current responsibility ends at 5 th August, then I can contribute to this. |
Feature request
As requested by some, and as @ekamioka started on this PR #244. It might be interesting to get some helper functions to use embeddings as it's not the simplest concept in deep learning.
What is the expected behavior?
Calling a few helper function to get all the correct parameters before using TabNet.
What is motivation or use case for adding/changing the behavior?
I think this would make things easier and help a lot of people.
How should this be implemented in your opinion?
Clean and clear, might be available in a
helper.py
file, completely independent of the rest of the code.Are you willing to work on this yourself?
Sure why not
The text was updated successfully, but these errors were encountered: