Skip to content

Commit

Permalink
Deployed c20683b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Angelim committed Mar 25, 2024
1 parent c1ae4e9 commit 0dee630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,12 @@ <h2 id="hierarchical-model">Hierarchical Model</h2>
\]</div>
<p>A custom distribution was implemented so that samples are drawn according to that multivariate distribution - in a bottom-up fashion -, and the likelihood applied to all levels at once.</p>
<h1 id="installation_1">Installation</h1>
<p>To install with pip:</p>
<pre><code class="language-bash">pip install hierarchical-prophet
</code></pre>
<p>Or with poetry:</p>
<pre><code class="language-bash">poetry add hierarchical-prophet
</code></pre>
<h1 id="remarks">Remarks</h1>
<h2 id="differences-between-this-prophet-and-the-original-one">Differences between this Prophet and the original one</h2>
<p>The main differences with the original Prophet model are:</p>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 0dee630

Please sign in to comment.