You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, keras is not so tidy or integrated much to the tidymodels philosophy.
It would be nice if there was a way to convert a dataframe of covariates into tensors using recipes.
Such function could be step_tensor().
Currently,
kerasis not so tidy or integrated much to thetidymodelsphilosophy.It would be nice if there was a way to convert a dataframe of covariates into tensors using
recipes.Such function could be
step_tensor().