Skip to content

Releases: dataiku/dss-plugin-generalized-linear-models

Version 2.1.1 - Bugfix Release

07 Apr 12:55
adcd85a

Choose a tag to compare

Fix the statsmodels version for python 3.10

Version 2.1.0 - New Feature Release

02 Apr 17:11
8b68f0e

Choose a tag to compare

  • Added spline definition support for numerical variables
  • Added categorical grouping support for categorical variables
  • Added sample weight and offset handling, and improved exposure handling
  • Improved validation and persistent error handling in model training configuration
  • Improved one-way, lift chart, and variable level stats behavior and fixes

Version 2.0.3 - Patch Release

27 Jan 08:44
6e9cef2

Choose a tag to compare

  • Bugfix on binary classification

Version 2.0.2 - Patch Release

16 Jan 09:11
7369c59

Choose a tag to compare

  • Ability for non Admin to run the webapp
  • Size reduction of the compiled css
  • Bugfixes

Version 2.0.1 - Patch Release

31 Oct 10:20
00beb19

Choose a tag to compare

  • Small UI improvements
  • Bugfix on explicit Train/Test
  • Performance improvement

Version 2.0.0 - New Feature Release

13 Oct 14:18

Choose a tag to compare

Visual Webapp to train GLMs and assess their fit
Removal of the custom Model View
Interactions added to the GLM in the Visual ML

Versions 1.1.1 - Bugfix Release

27 Feb 10:39

Choose a tag to compare

Fix the saved model view, with the change of interface of the PredictionModelHandler

Version 1.1.0 - Library Upgrade Release

25 Jan 13:26

Choose a tag to compare

Move the underlying library from statsmodels to glum for better performance (Memory and Speed)

Version 1.0.2 Bugfix Release

10 Aug 09:23
1683ac8

Choose a tag to compare

Dataiku v11 interface for binary classification changed, which broke the plugin. This fix is compatible with v11 and v10, the two supported versions of the plugin.

Version 1.0.1 Bugfix Release

09 May 07:07
a84d2b5

Choose a tag to compare

Fix webapp when using python 3.7 by upgrading dash package requirement