Skip to content

glum 3.1.0

Latest
Compare
Choose a tag to compare
@lbittarello lbittarello released this 11 Nov 15:22
e5b26e1

3.1.0 - 2024-11-11

New features:

  • New argument max_inner_iter for classes GeneralizedLinearRegressor and GeneralizedLinearRegressorCV to control the maximum number of iterations of the inner solver in the IRLS-CD algorithm.
  • New fitted attributes col_means_ and col_stds_ for classes GeneralizedLinearRegressor and GeneralizedLinearRegressorCV.
  • GeneralizedLinearRegressor now prints more informative logs when fitting with alpha_search=True and verbose=True.

Bug fixes:

  • Fixed a bug where GeneralizedLinearRegressor.fit would raise a dtype mismatch error if fit with alpha_search=True.
  • Use data type (float64 or float32) dependent precision in solvers.