Skip to content

quantcore.glm 1.4.0

Compare
Choose a tag to compare
@jtilly jtilly released this 13 Apr 20:55

1.4.0 - 2021-04-13

Deprecations:

  • Fusing the alpha and alphas arguments for quantcore.glm.GeneralizedLinearRegressor. alpha now also accepts array-like inputs. alphas is now deprecated but can still be used for backward compatibility. The alphas argument will be removed with the next major version.

Other:

  • We removed entry points to functions in quantcore.glm_benchmarks from the conda package.