censored icon indicating copy to clipboard operation
censored copied to clipboard

Avoid nested KM interpolation

Open hfrick opened this issue 2 years ago • 1 comments

See if un-nesting

https://github.com/tidymodels/censored/blob/main/R/party.R#L101-L102

and

https://github.com/tidymodels/censored/blob/main/R/party.R#L259-L260

similar to #91 makes it noticeably faster.

hfrick avatar Nov 10 '21 18:11 hfrick

Even pulling out dplyr::select() is going to help a lot

EmilHvitfeldt avatar Nov 10 '21 18:11 EmilHvitfeldt

closed in #224

hfrick avatar Oct 25 '22 14:10 hfrick