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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ We introduce a comprehensive framework that models and predicts the full conditi
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: Mixture-Densities can model a diverse range of data characteristics. <br/>
22
23
:white_check_mark: Zero-Adjusted and Zero-Inflated Distributions for modelling excess of zeros in the data. <br/>
23
24
:white_check_mark: Automatic derivation of Gradients and Hessian of all distributional parameters using [PyTorch](https://pytorch.org/docs/stable/autograd.html). <br/>
24
25
:white_check_mark: Automated hyper-parameter search, including pruning, is done via [Optuna](https://optuna.org/). <br/>
@@ -27,6 +28,7 @@ We introduce a comprehensive framework that models and predicts the full conditi
27
28
:white_check_mark: LightGBMLSS is available in Python. <br/>
28
29
29
30
## `News`
31
+
:boom:[2023-08-25] Release of v0.4.0 introduces Mixture-Densities. See the [release notes](https://github.com/StatMixedML/LightGBMLSS/releases) for an overview. <br/>
30
32
:boom:[2023-07-20] Release of v0.3.0 introduces Normalizing Flows. See the [release notes](https://github.com/StatMixedML/LightGBMLSS/releases) for an overview. <br/>
31
33
:boom:[2023-06-22] Release of v0.2.2. See the [release notes](https://github.com/StatMixedML/LightGBMLSS/releases) for an overview. <br/>
32
34
:boom:[2023-06-15] LightGBMLSS now supports Zero-Inflated and Zero-Adjusted Distributions. <br/>
0 commit comments