Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 31, 2024
1 parent 9603387 commit e5ebcf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/glum/_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3146,9 +3146,9 @@ class GeneralizedLinearRegressor(GeneralizedLinearRegressorBase):
drop_first : bool, optional (default = False)
If ``True``, drop the first column when encoding categorical variables.
Set this to True when ``alpha=0`` and ``solver='auto'`` to prevent an error
due to a singular feature matrix. In the case of using a formula with
interactions, setting this argument to ``True`` ensures structural
full-rankness (it is equivalent to ``ensure_full_rank`` in formulaic and
due to a singular feature matrix. In the case of using a formula with
interactions, setting this argument to ``True`` ensures structural
full-rankness (it is equivalent to ``ensure_full_rank`` in formulaic and
tabmat).
robust : bool, optional (default = False)
Expand Down

0 comments on commit e5ebcf2

Please sign in to comment.