rstudio / tfestimators

R interface to TensorFlow Estimators
https://tensorflow.rstudio.com/tfestimators
57 stars 21 forks source link

Select variables by type #172

Open dfalbel opened 5 years ago

dfalbel commented 5 years ago

When creating the feature_columns specification it would be nice to be able to select variables by type (not only by name), like in recipes.

feature_columns(names = df,
  column_numeric(all_numeric())
)