Skip to content

Commit

Permalink
remove docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 10, 2025
1 parent 7b720cb commit 81178fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python-package/lightgbm/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1315,11 +1315,6 @@ class LGBMRegressor(_LGBMRegressorBase, LGBMModel):
"""LightGBM regressor."""

def __init__(self, **kwargs: Any):
# TODO(jameslamb): add links to PR:
# - https://github.com/microsoft/LightGBM/issues/4426
# - https://stackoverflow.com/questions/40025406/inherit-from-scikit-learns-lassocv-model/40027200#40027200
# - https://stackoverflow.com/questions/79320289/why-cant-i-wrap-lgbm
# - https://github.com/dmlc/xgboost/blob/bd92b1c9c0db3e75ec3dfa513e1435d518bb535d/python-package/xgboost/sklearn.py#L941
super().__init__(**kwargs)

__init__.__doc__ = LGBMModel.__init__.__doc__
Expand Down

0 comments on commit 81178fd

Please sign in to comment.