Skip to content

Commit

Permalink
Merge branch 'glum-v3' into convert-nas-unseen
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 22, 2024
2 parents fc6a08a + 6b2b844 commit 8a0771a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/glum/_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3131,11 +3131,6 @@ class GeneralizedLinearRegressor(GeneralizedLinearRegressorBase):
interaction_separator: str, default ":"
The separator between the names of interacted variables.
categorical_format: str, default "{name}[T.{category}]"
The format string used to generate the names of categorical variables.
Has to include the placeholders ``{name}`` and ``{category}``.
Only used if ``formula`` is not ``None``.
categorical_format : str, optional, default='{name}[{category}]'
Format string for categorical features. The format string should
contain the placeholder ``{name}`` for the feature name and
Expand Down

0 comments on commit 8a0771a

Please sign in to comment.