Skip to content

stacks 1.0.0

Compare
Choose a tag to compare
@simonpcouch simonpcouch released this 06 Jul 20:09
· 128 commits to main since this release
672ec3f

stacks 1.0.0 is the first production release of the package. While this release
includes only a few minor bug fixes, it's accompanied by a white paper
recently published in the Journal of Open Source software. You can read
that paper here!

This release:

  • Addresses re-introduction of a bug arising from outcome levels that are not
    valid column names in the multinomial classification setting (#133).
  • Fixes bug where stacks will return incorrect predictions if an elastic net
    meta-learner is used, the type argument to predict is set to "class",
    and the outcome levels differ from alphabetical order.
  • Transitions package internals from functions deprecated from the recipes package.