Skip to content

Commit

Permalink
Updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Jun 15, 2023
1 parent 40652e7 commit a99ae90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lightgbmlss/distributions/NegativeBinomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NegativeBinomial:
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
the user is responsible for specifying the transformations. Options are "exp", "softplus" or "relu".
response_fn_probs: str
When a custom objective and metric are provided, XGBoost doesn't know its response and link function. Hence,
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
the user is responsible for specifying the transformations. Options are "sigmoid".
loss_fn: str
Loss function. Options are "nll" (negative log-likelihood) or "crps" (continuous ranked probability score).
Expand Down
2 changes: 1 addition & 1 deletion lightgbmlss/distributions/ZINB.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ZINB:
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
the user is responsible for specifying the transformations. Options are "exp", "softplus" or "relu".
response_fn_probs: str
When a custom objective and metric are provided, XGBoost doesn't know its response and link function. Hence,
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
the user is responsible for specifying the transformations. Options are "sigmoid".
loss_fn: str
Loss function. Options are "nll" (negative log-likelihood) or "crps" (continuous ranked probability score).
Expand Down

0 comments on commit a99ae90

Please sign in to comment.