You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: