Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 843 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 843 Bytes

Changelog

[Version 1.1.1] - Bugfix Release - 2024-02

  • Update the PredictionModelHandler interface

[Version 1.1.0] - Upgrade Release - 2024-01

  • Switched the GLM library from statsmodels to glum

[Version 1.0.2] - Bugfix Release - 2022-07

  • Fixed binary classification prediction output format to fit v11 stricter format

[Version 1.0.1] - Bugfix Release - 2022-04

  • Fixed package requirement dependency issue with python 3.7 for the custom view

[Version 1.0.0] - Initial Release - 2022-03

  • GLM regression in the Visual ML
  • GLM binary classification in the Visual ML
  • Elastic Net Penalization
  • Sample Weighting
  • Multi Offset and Exposure Support
  • Spline Regression as a recipe
  • Spline Regression as a prepare step
  • GLM Analysis View including metrics and Actual vs Predicted graphs in Analysis and Saved Models