Skip to content

Commit

Permalink
tiny cosmetics [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 31, 2024
1 parent 7e86e3f commit 6816dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/glum/_glm_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ class GeneralizedLinearRegressorCV(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 6816dad

Please sign in to comment.