Skip to content

workboots 0.1.0

Compare
Choose a tag to compare
@markjrieke markjrieke released this 13 Mar 18:47
· 76 commits to main since this release
  • Initial release
  • Core functions:
    • predict_boots() for generating bootstrap prediction intervals from tidymodel workflows.
    • summarise_predictions() for summarizing bootstrap predictions with expected, lower bound, and upper bound values.
    • vi_boots() for generating bootstrap feature importance from tidymodel workflows.
  • Vignette for Getting Started with workboots.
  • Unit testing for core functions (via testthat).