glum 3.1.0
3.1.0 - 2024-11-11
New features:
- New argument
max_inner_iterfor classesGeneralizedLinearRegressorandGeneralizedLinearRegressorCVto control the maximum number of iterations of the inner solver in the IRLS-CD algorithm. - New fitted attributes
col_means_andcol_stds_for classesGeneralizedLinearRegressorandGeneralizedLinearRegressorCV. GeneralizedLinearRegressornow prints more informative logs when fitting withalpha_search=Trueandverbose=True.
Bug fixes:
- Fixed a bug where
GeneralizedLinearRegressor.fitwould raise adtypemismatch error if fit withalpha_search=True. - Use data type (
float64orfloat32) dependent precision in solvers.