From 5a7d713d789f473a1d5e75e0ca222608903cf278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20M=C3=A4rz?= <41187941+StatMixedML@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:32:20 +0200 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a8f85d..2867c33c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ # -# XGBoostLSS - An extension of XGBoost to probabilistic modelling and prediction +# XGBoostLSS - An extension of XGBoost to probabilistic modelling We introduce a comprehensive framework that models and predicts the full conditional distribution of univariate and multivariate targets as a function of covariates. Choosing from a wide range of continuous, discrete, and mixed discrete-continuous distributions, modelling and predicting the entire conditional distribution greatly enhances the flexibility of XGBoost, as it allows to create probabilistic forecasts from which prediction intervals and quantiles of interest can be derived. ## `Features` @@ -73,6 +73,19 @@ For more information and context, please visit the [documentation](https://statm ## `Feedback` We encourage you to provide feedback on how to enhance XGBoostLSS or request the implementation of additional distributions by opening a [new discussion](https://github.com/StatMixedML/XGBoostLSS/discussions). +## `How to cite` +If you use XGBoostLSS in your research, please cite it as: + +```bibtex +@misc{Maerz2023, + author = {Alexander M\"arz}, + title = {{XGBoostLSS: An Extension of XGBoost to Probabilistic Modelling and Prediction}}, + year = {2023}, + note = {GitHub repository, Version 0.4.0}, + howpublished = {\url{https://github.com/StatMixedML/XGBoostLSS}} +} +``` + ## `Reference Paper` [![Arxiv link](https://img.shields.io/badge/arXiv-Multi%20Target%20XGBoostLSS%20Regression-color=brightgreen)](https://arxiv.org/abs/2210.06831)
[![Arxiv link](https://img.shields.io/badge/arXiv-Distributional%20Gradient%20Boosting%20Machines-color=brightgreen)](https://arxiv.org/abs/2204.00778)