Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 9, 2024
1 parent 9f4adf8 commit b569862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glum/_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3130,7 +3130,7 @@ class GeneralizedLinearRegressor(GeneralizedLinearRegressorBase):
- if 'zero', missing values will represent all-zero indicator columns.
- if 'convert', missing values will be converted to the ``cat_missing_name``
category.
cat_missing_name: str, default='(MISSING)'
Name of the category to which missing values will be converted if
``cat_missing_method='convert'``. Only used if ``X`` is a pandas data frame.
Expand Down

0 comments on commit b569862

Please sign in to comment.