From e5ebcf2174d453d19cde829ae355895736d6a7d2 Mon Sep 17 00:00:00 2001 From: Matthias Schmidtblaicher Date: Wed, 31 Jan 2024 17:34:19 +0100 Subject: [PATCH] fix docstring --- src/glum/_glm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/glum/_glm.py b/src/glum/_glm.py index 1dd9cb01..b5ad316c 100644 --- a/src/glum/_glm.py +++ b/src/glum/_glm.py @@ -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)