Lots of Package News
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
filersample
had some modest additions including bridges tocaret
andrecipes
. The website added more application examples (times series and survival analysis).news
filerecipes
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
fileCubist
andC50
have been updated and brought into the age ofroxygen
andpkgdown
.C5.0
now has a nice plot method a lapartykit
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 incaret
but in a format that is easier to use withdplyr
syntax and functional programming.tidyposterior
is a Bayesian version ofcaret
’sresamples
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).
(This article was originally posted at http://appliedpredictivemodeling.com
)