Skip to content

Releases: tidymodels/poissonreg

poissonreg 1.0.1

22 Aug 17:54
19bddc2
Compare
Choose a tag to compare
  • Update to the .Rd files to generate valid HTML5

poissonreg 1.0.0

15 Jun 12:35
3e9c595
Compare
Choose a tag to compare
  • Changes for using case weights with parsnip 1.0.0.

poissonreg 0.2.0

09 Mar 14:59
32b9234
Compare
Choose a tag to compare
  • Model definition functions (e.g. poisson_reg()) were moved to the parsnip package.

poissonreg 0.1.1

17 Aug 16:28
87983ce
Compare
Choose a tag to compare
  • A default engine of glm was added for poisson_reg().

  • Added tidy() methods for pscl::hurdle() and pscl::zeroinfl().

poissonreg 0.1.0

28 Oct 20:01
83e60fc
Compare
Choose a tag to compare
  • Work-around for a glmnet bug where different column order will silently produce incorrect predictions.

  • multi_predict() was enabled.

  • Updates to go along with new version of parsnip.