Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StatMixedML committed Jan 19, 2024
1 parent ddb6044 commit 6f00887
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ We introduce a comprehensive framework that models and predicts the full conditi
:white_check_mark: XGBoostLSS is available in Python. <br/>

## `News`
:boom: [2024-01-19] Release of XGBoostLSS to [PyPi](https://pypi.org/project/xgboostlss/). <br/>
:boom: [2023-08-25] Release of v0.4.0 introduces Mixture-Densities. See the [release notes](https://github.com/StatMixedML/XGBoostLSS/releases) for an overview. <br/>
:boom: [2023-07-19] Release of v0.3.0 introduces Normalizing Flows. See the [release notes](https://github.com/StatMixedML/XGBoostLSS/releases) for an overview. <br/>
:boom: [2023-06-22] Release of v0.2.2. See the [release notes](https://github.com/StatMixedML/XGBoostLSS/releases) for an overview. <br/>
Expand All @@ -52,10 +53,14 @@ We introduce a comprehensive framework that models and predicts the full conditi
:boom: [2021-11-14] XGBoostLSS v0.1.0 is released!

## `Installation`
To install XGBoostLSS, please run
To install the development version, please use
```python
pip install git+https://github.com/StatMixedML/XGBoostLSS.git
```
For the PyPI version, please use
```python
pip install xgboostlss
```

## `Available Distributions`
Our framework is built upon PyTorch and Pyro, enabling users to harness a diverse set of distributional families. XGBoostLSS currently supports the [following distributions](https://statmixedml.github.io/XGBoostLSS/distributions/).
Expand Down

0 comments on commit 6f00887

Please sign in to comment.