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 for nodeClassification to predict on a one hot encoded target variable #164

Open
seankrobinson opened this issue Feb 1, 2022 · 1 comment
Labels
feature request A suggestion for a new feature

Comments

@seankrobinson
Copy link

Is your feature request related to a problem? Please describe.
Currently, the oneHotEncoding function allows you to encode a variable into a list-like object. However, if used on a multi class target variable that is stored as a string (4 classes in my case), the nodeClassification function is unable to predict using the resulting list-like object. Forcing you to resort manually encoding the variable via CASE statements.

Describe the solution you would like
Allow for nodeClassification to use a one hot encoded list-like object as a target variable.

@seankrobinson seankrobinson added the feature request A suggestion for a new feature label Feb 1, 2022
@AliciaFrame
Copy link
Contributor

@seankrobinson - we've added this feature request to our backlog for improving our ML pipelines. We'll reach out if we have questions about API, behavior, etc :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A suggestion for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants