.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.github/workflows/test.yml
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
examples/basic_walkthrough.py
imgs/monotone_constraint.png
imgs/performance_comparison.png
imgs/xgb_dist.png
src/xgboost_distribution/__init__.py
src/xgboost_distribution/model.py
src/xgboost_distribution.egg-info/PKG-INFO
src/xgboost_distribution.egg-info/SOURCES.txt
src/xgboost_distribution.egg-info/dependency_links.txt
src/xgboost_distribution.egg-info/not-zip-safe
src/xgboost_distribution.egg-info/requires.txt
src/xgboost_distribution.egg-info/top_level.txt
src/xgboost_distribution/distributions/__init__.py
src/xgboost_distribution/distributions/base.py
src/xgboost_distribution/distributions/normal.py
tests/conftest.py
tests/test_model.py
tests/distributions/test_base.py
tests/distributions/test_normal.py