Skip to content

Commit

Permalink
remove obsolete arg in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 22, 2024
1 parent 72971f4 commit 6b2b844
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 @@ -3121,11 +3121,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 6b2b844

Please sign in to comment.