Skip to content

Commit 9c8deef

Browse files
author
committed
Deployed e466fb5 with MkDocs version: 1.5.3
0 parents  commit 9c8deef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+46882
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

+143
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/StatMixedML/LightGBMLSS/img/favicon.ico" />
8+
<title>LightGBMLSS</title>
9+
<link rel="stylesheet" href="/StatMixedML/LightGBMLSS/css/theme.css" />
10+
<link rel="stylesheet" href="/StatMixedML/LightGBMLSS/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
<link href="/StatMixedML/LightGBMLSS/assets/_mkdocstrings.css" rel="stylesheet" />
13+
14+
<!--[if lt IE 9]>
15+
<script src="/StatMixedML/LightGBMLSS/js/html5shiv.min.js"></script>
16+
<![endif]-->
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script>hljs.highlightAll();</script>
19+
</head>
20+
21+
<body class="wy-body-for-nav" role="document">
22+
23+
<div class="wy-grid-for-nav">
24+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
25+
<div class="wy-side-scroll">
26+
<div class="wy-side-nav-search">
27+
<a href="/StatMixedML/LightGBMLSS/." class="icon icon-home"> LightGBMLSS
28+
</a><div role="search">
29+
<form id ="rtd-search-form" class="wy-form" action="/StatMixedML/LightGBMLSS//search.html" method="get">
30+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
31+
</form>
32+
</div>
33+
</div>
34+
35+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
36+
<ul>
37+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/.">Home</a>
38+
</li>
39+
</ul>
40+
<ul>
41+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/dgbm/">Distributional Modelling</a>
42+
</li>
43+
</ul>
44+
<ul>
45+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/distributions/">Available Distributions</a>
46+
</li>
47+
</ul>
48+
<p class="caption"><span class="caption-text">Examples</span></p>
49+
<ul>
50+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/examples/Gaussian_Regression/">Basic Walkthrough - Gaussian Regression</a>
51+
</li>
52+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/examples/Expectile_Regression/">Expectile Regression</a>
53+
</li>
54+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/examples/Gamma_Regression_CaliforniaHousing/">Gamma Regression (California Housing Data)</a>
55+
</li>
56+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/examples/GaussianMixture_Regression_CaliforniaHousing/">Gausssian-Mixture Regression (California Housing Data)</a>
57+
</li>
58+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/examples/How_To_Select_A_Univariate_Distribution/">How to Select a Univariate Distribution</a>
59+
</li>
60+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/examples/SplineFlow_Regression/">Spline Flow Regression</a>
61+
</li>
62+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/examples/ZAGamma_Regression/">Zero-Adjusted Gamma Regression</a>
63+
</li>
64+
</ul>
65+
<p class="caption"><span class="caption-text">API Docs</span></p>
66+
<ul>
67+
<li class="toctree-l1"><a class="reference internal" href="/StatMixedML/LightGBMLSS/api/">API references</a>
68+
</li>
69+
</ul>
70+
</div>
71+
</div>
72+
</nav>
73+
74+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
75+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
76+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
77+
<a href="/StatMixedML/LightGBMLSS/.">LightGBMLSS</a>
78+
79+
</nav>
80+
<div class="wy-nav-content">
81+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
82+
<ul class="wy-breadcrumbs">
83+
<li><a href="/StatMixedML/LightGBMLSS/." class="icon icon-home" aria-label="Docs"></a></li>
84+
<li class="wy-breadcrumbs-aside">
85+
</li>
86+
</ul>
87+
<hr/>
88+
</div>
89+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
90+
<div class="section" itemprop="articleBody">
91+
92+
93+
<h1 id="404-page-not-found">404</h1>
94+
95+
<p><strong>Page not found</strong></p>
96+
97+
98+
</div>
99+
</div><footer>
100+
101+
<hr/>
102+
103+
<div role="contentinfo">
104+
<!-- Copyright etc -->
105+
</div>
106+
107+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
108+
</footer>
109+
110+
</div>
111+
</div>
112+
113+
</section>
114+
115+
</div>
116+
117+
<div class="rst-versions" role="note" aria-label="Versions">
118+
<span class="rst-current-version" data-toggle="rst-current-version">
119+
120+
<span>
121+
<a href="https://github.com/StatMixedML/LightGBMLSS" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
122+
</span>
123+
124+
125+
126+
</span>
127+
</div>
128+
<script src="/StatMixedML/LightGBMLSS/js/jquery-3.6.0.min.js"></script>
129+
<script>var base_url = "/StatMixedML/LightGBMLSS/";</script>
130+
<script src="/StatMixedML/LightGBMLSS/js/theme_extra.js"></script>
131+
<script src="/StatMixedML/LightGBMLSS/js/theme.js"></script>
132+
<script src="/StatMixedML/LightGBMLSS/javascripts/mathjax.js"></script>
133+
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
134+
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
135+
<script src="/StatMixedML/LightGBMLSS/search/main.js"></script>
136+
<script>
137+
jQuery(function () {
138+
SphinxRtdTheme.Navigation.enable(true);
139+
});
140+
</script>
141+
142+
</body>
143+
</html>

LightGBMLSS.png

272 KB
Loading

api/api.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# API references
2+
3+
::: lightgbmlss

0 commit comments

Comments
 (0)