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

Encoding Code features with String value as one-hot vector #237

Open
martinezmatias opened this issue Oct 19, 2020 · 0 comments
Open

Encoding Code features with String value as one-hot vector #237

martinezmatias opened this issue Oct 19, 2020 · 0 comments

Comments

@martinezmatias
Copy link
Collaborator

The current version of ODS implemented in Coming does not use string features.
Those can be implemented as a one-hot vector.
As we know all the values that those features can take, we can create an enumeration that allows us to later create a fixed length one-hot vector.

@martinezmatias martinezmatias changed the title Encoding Code features as one-hot vector Encoding Code features with String value as one-hot vector Oct 19, 2020
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