Skip to content

Glum 2.2.0

Compare
Choose a tag to compare
@MarcAntoineSchmidtQC MarcAntoineSchmidtQC released this 25 Nov 17:09
· 200 commits to main since this release
c90ff0a

2.2.0 - 2022-11-25

New features:

  • Add an argument to GeneralizedLinearRegressorBase to drop the first category in a Categorical column using implementation in tabmat
  • One may now request the Tweedie loss by setting the 'family' parameter of GeneralizedLinearRegressor and GeneralizedLinearRegressorCV to 'tweedie'.

Bug fixes:

  • Setting bounds for constant columns was not working (bounds were internally modified to 0). A similar issue was preventing inequalities from working with constant columns. This is now fixed.

Other changes:

  • No more builds for 32-bit systems with Python >= 3.8. This is due to scipy not supporting it anymore.