Skip to content

Commit 6ec1d79

Browse files
authored
Update README.md
1 parent e2648a0 commit 6ec1d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ We introduce a comprehensive framework that models and predicts the full conditi
1919
## `Features`
2020
:white_check_mark: Estimation of all distributional parameters. <br/>
2121
: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/>
2223
:white_check_mark: Zero-Adjusted and Zero-Inflated Distributions for modelling excess of zeros in the data. <br/>
2324
:white_check_mark: Automatic derivation of Gradients and Hessian of all distributional parameters using [PyTorch](https://pytorch.org/docs/stable/autograd.html). <br/>
2425
: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
2728
:white_check_mark: LightGBMLSS is available in Python. <br/>
2829

2930
## `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/>
3032
: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/>
3133
:boom: [2023-06-22] Release of v0.2.2. See the [release notes](https://github.com/StatMixedML/LightGBMLSS/releases) for an overview. <br/>
3234
:boom: [2023-06-15] LightGBMLSS now supports Zero-Inflated and Zero-Adjusted Distributions. <br/>

0 commit comments

Comments
 (0)