File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lightgbmlss/distributions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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).
Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments