Skip to content

Release 1.2.1

Compare
Choose a tag to compare
@BerriJ BerriJ released this 28 Aug 07:30
· 70 commits to main since this release
1.2.1
8ae321f

Improvements

  • online() outputs now include predictions_got_sorted. A matrix which indicates whether quantile crossing occured and predictions have been sorted.
  • tidy() methods were added to convert weights, predictions and loss objects of online() output to a tibble (for further analysis, plotting etc.)
  • A Get started article was added to the docs.
  • Docs of the development version were added to the website

Fixes

  • This release fixes import / export of of the autoplot() method. In consequence, ggplot2 became a new dependency of this package.