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
Since all the tree based tidiers have been moved to broomstick, I tried that. Unfortunately, while broomstick::tidy() works, broomstick::augment() does not.
I was able to manually generate the required data frame, but is there a reason augment() is missing or is it just not ready yet?
The text was updated successfully, but these errors were encountered:
Hi @igordot - augment for rpart hasn't been implemented yet - I would be very happy to review a pull request / or other code if you would like to share what you wrote?
I am trying to pipe
rpart
output into thetidyroc
package, but it relies onbroom::augment()
.The example pipe is:
Since all the tree based tidiers have been moved to
broomstick
, I tried that. Unfortunately, whilebroomstick::tidy()
works,broomstick::augment()
does not.I was able to manually generate the required data frame, but is there a reason
augment()
is missing or is it just not ready yet?The text was updated successfully, but these errors were encountered: