File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ Changelog
1515- Added :meth: `aic `, :meth: `aicc ` and :meth: `bic ` attributes to the :class: `~glum.GeneralizedLinearRegressor `.
1616 These attributes provide the information criteria based on the training data and the effective degrees of freedom
1717 of the maximum likelihood estimate for the model's parameters.
18+ - :meth: `~glum.GeneralizedLinearRegressor.std_errors ` and :meth: `~glum.GeneralizedLinearRegressor.covariance_matrix `
19+ of :class: `~glum.GeneralizedLinearRegressor ` now accept data frames with categorical data.
1820
1921**Bug fixes: **
2022
@@ -24,10 +26,7 @@ Changelog
2426**Other: **
2527
2628- The CI now runs daily unit tests against the nightly builds of numpy, pandas and scikit-learn.
27- - ``oldest-supported-numpy `` is used for build.
28- - :meth: `~glum.GeneralizedLinearRegressor.std_errors ` and :meth: `~glum.GeneralizedLinearRegressor.covariance_matrix `
29- of :class: `~glum.GeneralizedLinearRegressor ` now accept data frames with categorical data or high sparsity.
30- - Updated ``environment.yml `` and ``conda.recipe/meta.yaml `` to use tabmat 3.1.0.
29+ - The minimally required version of tabmat is now 3.1.0.
3130
3231
33322.0.3 - 2021-11-05
You can’t perform that action at this time.
0 commit comments