You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ We propose a new framework of LightGBM that predicts the entire conditional dist
19
19
## Features
20
20
:white_check_mark: Estimation of all distributional parameters. <br/>
21
21
:white_check_mark: Normalizing Flows allow modelling of complex and multi-modal distributions. <br/>
22
-
:white_check_mark: ZeroAdjusted and Inflated Distributions for modelling excess of zeros in the data. <br/>
22
+
:white_check_mark: Zero-Adjusted and Zero-Inflated Distributions for modelling excess of zeros in the data. <br/>
23
23
:white_check_mark: Automatic derivation of Gradients and Hessian of all distributional parameters using [PyTorch](https://pytorch.org/docs/stable/autograd.html). <br/>
24
24
:white_check_mark: Automated hyper-parameter search, including pruning, is done via [Optuna](https://optuna.org/). <br/>
25
25
:white_check_mark: The output of LightGBMLSS is explained using [SHapley Additive exPlanations](https://github.com/dsgibbons/shap). <br/>
0 commit comments