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

feature_spec for cases with multiple response variables #88

Open
zavud opened this issue Jul 15, 2021 · 1 comment
Open

feature_spec for cases with multiple response variables #88

zavud opened this issue Jul 15, 2021 · 1 comment

Comments

@zavud
Copy link

zavud commented Jul 15, 2021

When I have one response variable, it is easy to use feature_spec for data preprocessing:

library(keras)
library(tfdatasets)
spec <- feature_spec(my_training_data, response_variable ~ .)

However, how do we do it for the cases where we have multiple response variables? This stackoverflow post also asks about it, but there is no answer yet.

@t-kalinowski
Copy link
Member

t-kalinowski commented Aug 27, 2021

Hi, unfortunately this feature is not supported in feature_spec() currently.

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

2 participants