Skip to content

Commit a99ae90

Browse files
author
Alexander März
committed
Updated docstring
1 parent 40652e7 commit a99ae90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightgbmlss/distributions/NegativeBinomial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class NegativeBinomial:
2828
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
2929
the user is responsible for specifying the transformations. Options are "exp", "softplus" or "relu".
3030
response_fn_probs: str
31-
When a custom objective and metric are provided, XGBoost doesn't know its response and link function. Hence,
31+
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
3232
the user is responsible for specifying the transformations. Options are "sigmoid".
3333
loss_fn: str
3434
Loss function. Options are "nll" (negative log-likelihood) or "crps" (continuous ranked probability score).

lightgbmlss/distributions/ZINB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ZINB:
2828
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
2929
the user is responsible for specifying the transformations. Options are "exp", "softplus" or "relu".
3030
response_fn_probs: str
31-
When a custom objective and metric are provided, XGBoost doesn't know its response and link function. Hence,
31+
When a custom objective and metric are provided, LightGBM doesn't know its response and link function. Hence,
3232
the user is responsible for specifying the transformations. Options are "sigmoid".
3333
loss_fn: str
3434
Loss function. Options are "nll" (negative log-likelihood) or "crps" (continuous ranked probability score).

0 commit comments

Comments
 (0)