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?
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.
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?