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
receives the name of a column to apply the encoding to
receives an optional list of values to encode (one-hot encoding depends on the number of distinct values, having them as input parameter upfront makes it easier, otherwise you would have to identify distinct values from the data, which could be incomplete)
Definition of Done
Test cases have been created and are running successfully
Documentation for the new component was added
Github Actions are running without errors
The text was updated successfully, but these errors were encountered:
User Story
Additional context
Acceptance Criteria
Definition of Done
The text was updated successfully, but these errors were encountered: