Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: José Morales <[email protected]>
  • Loading branch information
jameslamb and jmoralez authored Jul 12, 2023
1 parent 0f92863 commit fb06b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-package/lightgbm/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def __init__(
Parameters
----------
booster : Booster
booster_handle : Booster
Handle of Booster.
pandas_categorical : list of list, or None
If provided, list of categories for ``pandas`` categorical columns.
Expand Down Expand Up @@ -882,7 +882,7 @@ def from_booster(
Parameters
----------
booster : Booster
Handle of Booster.
Booster.
pred_parameter: dict
Other parameters for the prediction.
"""
Expand Down

0 comments on commit fb06b65

Please sign in to comment.