项目作者: StatMixedML

项目描述 :
An extension of XGBoost to probabilistic forecasting
高级语言: Python
项目地址: git://github.com/StatMixedML/XGBoostLSS.git
创建时间: 2019-06-16T06:54:04Z
项目社区:https://github.com/StatMixedML/XGBoostLSS

开源协议:Apache License 2.0

下载




Python Version
GitHub tag (with filter)
Documentation status badge
Unit test status badge
Code coverage status badge
Pepy Total Downlods



#

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

:white_check_mark: Estimation of all distributional parameters.

:white_check_mark: Normalizing Flows allow modelling of complex and multi-modal distributions.

:white_check_mark: Mixture-Densities can model a diverse range of data characteristics.

:white_check_mark: Multi-target regression allows modelling of multivariate responses and their dependencies.

:white_check_mark: Zero-Adjusted and Zero-Inflated Distributions for modelling excess of zeros in the data.

:white_check_mark: Automatic derivation of Gradients and Hessian of all distributional parameters using PyTorch.

:white_check_mark: Automated hyper-parameter search, including pruning, is done via Optuna.

:white_check_mark: The output of XGBoostLSS is explained using SHapley Additive exPlanations.

:white_check_mark: XGBoostLSS provides full compatibility with all the features and functionality of XGBoost.

:white_check_mark: XGBoostLSS is available in Python.

News

:boom: [2024-01-19] Release of XGBoostLSS to PyPI.

:boom: [2023-08-25] Release of v0.4.0 introduces Mixture-Densities. See the release notes for an overview.

:boom: [2023-07-19] Release of v0.3.0 introduces Normalizing Flows. See the release notes for an overview.

:boom: [2023-06-22] Release of v0.2.2. See the release notes for an overview.

:boom: [2023-06-21] XGBoostLSS now supports multi-target regression.

:boom: [2023-06-07] XGBoostLSS now supports Zero-Inflated and Zero-Adjusted Distributions.

:boom: [2023-05-26] Release of v0.2.1. See the release notes for an overview.

:boom: [2023-05-18] Release of v0.2.0. See the release notes for an overview.

:boom: [2021-12-22] XGBoostLSS now supports estimating the full predictive distribution via Expectile Regression.

:boom: [2021-12-20] XGBoostLSS is initialized with suitable starting values to improve convergence of estimation.

:boom: [2021-12-04] XGBoostLSS now supports automatic derivation of Gradients and Hessians.

:boom: [2021-12-02] XGBoostLSS now supports pruning during hyperparameter optimization.

:boom: [2021-11-14] XGBoostLSS v0.1.0 is released!

Installation

To install the development version, please use

  1. pip install git+https://github.com/StatMixedML/XGBoostLSS.git

For the PyPI version, please use

  1. 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.

How to Use

Please visit the example section for guidance on how to use the framework.

Documentation

For more information and context, please visit the documentation.

Feedback

We encourage you to provide feedback on how to enhance XGBoostLSS or request the implementation of additional distributions by opening a new discussion.

How to Cite

If you use XGBoostLSS in your research, please cite it as:

  1. @misc{Maerz2023,
  2. author = {Alexander M\"arz},
  3. title = {{XGBoostLSS: An Extension of XGBoost to Probabilistic Modelling}},
  4. year = {2023},
  5. note = {GitHub repository, Version 0.4.0},
  6. howpublished = {\url{https://github.com/StatMixedML/XGBoostLSS}}
  7. }

Reference Paper

Arxiv link

Arxiv link

Arxiv link

Star History