Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 929 Bytes

NEWS.md

File metadata and controls

29 lines (22 loc) · 929 Bytes

additive 0.0.4

  • Updated package website
  • Updated package CITATION
  • Updated package DESCRIPTION and README
  • Updated package dependencies and WORDLIST
  • Fixed threshold probability check for class predictions
  • Fixed possibly invalid URLs
  • Using extract_fit_engine() in GetStarted vignette
  • Set dependency by model's mode with parsnip > 0.1.7

additive 0.0.3

  • Fixed GetStarted.Rmd vignette build
  • Fixed class predictions for binary classification
  • Fixed confidence intervals and standard errors
  • Added threshold probability option for class predictions
  • Replaced deprecated pull_workflow_fit()

additive 0.0.2

  • Added functionality to change to declare an engine in the model specification function.
  • Updated conf_int predictions to respect the confidence level
  • Updated package dependencies and NAMESPACE
  • Updated README, citation, and vignettes

additive 0.0.1

  • Initial release