rstudio / tfdatasets

R interface to TensorFlow Datasets API
https://tensorflow.rstudio.com/tools/tfdatasets/
34 stars 12 forks source link

Passing multiple response variables to feature_spec #76

Closed malachycampbell closed 3 years ago

malachycampbell commented 4 years ago

I'm trying to predict multiple response variables using a common set of features, however I am struggling to set this up in R. How can I pass multiple response variables to feature_spec? I've seen some examples in Python for mutivariate regression, but haven't found any good examples on how to do this in R. Is this currently possible with tfdatasets?

t-kalinowski commented 3 years ago

Hi, thanks for filing this issue. Unfortunately this is not currently possible in tfdatasets. I'm closing this issue and tracking the feature request in #88.