Skip to content

parsnip 0.1.3

Compare
Choose a tag to compare
@topepo topepo released this 04 Aug 23:23
  • A glance() method for model_fit objects was added (#325)

  • Specific tidy() methods for glmnet models fit via parsnip were created so that the coefficients for the specific fitted parsnip model are returned.

Fixes

  • glmnet models were fitting two intercepts (#349)

  • The various update() methods now work with engine-specific parameters.