quantcore.glm 1.4.0
1.4.0 - 2021-04-13
Deprecations:
- Fusing the
alpha
andalphas
arguments forquantcore.glm.GeneralizedLinearRegressor
.alpha
now also accepts array-like inputs.alphas
is now deprecated but can still be used for backward compatibility. Thealphas
argument will be removed with the next major version.
Other:
- We removed entry points to functions in
quantcore.glm_benchmarks
from the conda package.