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
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue.
First seen in tidymodels/TMwR#367
library(tidymodels)
Created on 2023-08-25 with reprex v2.0.2
For
step_ns()
, it is an issue with stripping off attributes (I assume thedim
attribute).For
step_spline_natrual()
, it is usingI()
rowwise that is dropping the dimension.The text was updated successfully, but these errors were encountered: