-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexander März
committed
Aug 9, 2023
1 parent
47a50b1
commit b443ff4
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
site_name: XGBoostLSS - An extension of XGBoost to probabilistic modelling and prediction | ||
site_url: https://github.com/StatMixedML/XGBoostLSS | ||
|
||
|
||
plugins: | ||
- search | ||
- autorefs | ||
- mkdocs-jupyter | ||
- mkdocstrings: | ||
handlers: | ||
python: | ||
options: | ||
show_submodules: true | ||
|
||
nav: | ||
- About: index.md | ||
- API: references.md | ||
- Examples: | ||
- Dirichlet: examples/Dirichlet.ipynb | ||
- Select a univariate Distribution: examples/How To Choose A Distribution.ipynb | ||
- Select a multivariate Distribution: examples/How To Choose A Multivariate Distribution.ipynb | ||
- Multivariate Gaussian Regression (Cholesky Decomposition): examples/MVN (Cholesky).ipynb | ||
- Multivariate Gaussian Regression (Low-Rank Approximation): examples/MVN (Low-Rank).ipynb | ||
- Multivariate Student-T Regression (Cholesky Decomposition): examples/MVT (Cholesky).ipynb | ||
- Zero-Adjusted Gamma Regression: examples/ZAGamma_simulation_example.ipynb | ||
- Zero-Inflated Negative Binomial Regression: examples/ZINB_example.ipynb | ||
- Zero-Inflated Poisson Regression: examples/ZIPoisson_example.ipynb | ||
- Gamma Regression (Boston Housing Data): examples/boston_housing_example_Gamma.ipynb | ||
- Expectile Regression: examples/simulation_example_Expectile.ipynb | ||
- Gaussian Regression: examples/simulation_example_Gaussian.ipynb | ||
- Gaussian Regression: examples/simulation_example_Gaussian.ipynb | ||
- Negative Binomial Regression: examples/simulation_example_NegativeBinomial.ipynb | ||
- Poisson Regression: examples/simulation_example_Poisson.ipynb | ||
- Spline Flow Regression: examples/simulation_example_SplineFlow.ipynb | ||
- Student-T Regression: examples/simulation_example_StudentT.ipynb |