Lots of Package News

[This article was first published on Blog - Applied Predictive Modeling, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

recipes_rsample.png

I’ve sent a slew of packages to CRAN recently (thanks to Swetlana and Uwe). There are updates to:

  • caret was primarily updated to deal with an issue introduced in the last version. It is a good idea to avoid fully loading the underlying modeling packages to avoid name conflicts. We made that change in the last version and it ended up being more complex than thought. A quirk in the regression tests missed it too but the whole thing can be avoided by loading the modeling package. news file

  • rsample had some modest additions including bridges to caret and recipes. The website added more application examples (times series and survival analysis). news file

  • recipes had more substantial enhancments including six new steps, a better interface for creating interactions (using selectors), and the ability to save the processed data in a sparse format. news file

  • Cubist and C50 have been updated and brought into the age of roxygen and pkgdown. C5.0 now has a nice plot method a la partykit and now has a vignette. I’ll be adding a few features to each over time.

Two new packages:

  • yardstick contains many of the performance measurement methods in caret but in a format that is easier to use with dplyr syntax and functional programming.

  • tidyposterior is a Bayesian version of caret‘s resamples function. It can be used to take the resampling results from multiple models and do more formal statistical comparisons. It is similar in spirit to Benavoli et al (2017). We are looking for nominations for the hex logo so please offer your suggestions (but keep it clean).

To leave a comment for the author, please follow the link and comment on their blog: Blog - Applied Predictive Modeling.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)