Skip to content

Commit fb863f4

Browse files
authored
Change MRO. (#879)
1 parent 959288d commit fb863f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glum/_glm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def _group_sum(groups: np.ndarray, data: tm.MatrixBase):
713713

714714

715715
# TODO: abc
716-
class GeneralizedLinearRegressorBase(BaseEstimator, RegressorMixin):
716+
class GeneralizedLinearRegressorBase(RegressorMixin, BaseEstimator):
717717
"""
718718
Base class for :class:`GeneralizedLinearRegressor` and
719719
:class:`GeneralizedLinearRegressorCV`.

0 commit comments

Comments
 (0)