Skip to content

Commit

Permalink
update documentations.
Browse files Browse the repository at this point in the history
  • Loading branch information
TianyuDu committed May 15, 2023
1 parent c72ef09 commit 418fa25
Show file tree
Hide file tree
Showing 6 changed files with 1,022 additions and 852 deletions.
946 changes: 506 additions & 440 deletions docs/paper_demo/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/post_estimation_demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ <h2 id="nestedlogitmodelget_coefficient-method"><code>NestedLogitModel.get_coeff
</code></pre></div>
<div class="highlight"><pre><span></span><code>torch.Size([100, 1])
</code></pre></div>
<p>Similarly, by changing to <code>level='item'</code>, the researcher can obtain the coefficient of user-specific fixed effect in the item level model, which is a also vector with <code>num_users</code> elements.</p>
<p>Similarly, by changing to <code>level='item'</code>, the researcher can obtain the coefficient of user-specific fixed effect in the item level model, which is also a vector with <code>num_users</code> elements.</p>
<div class="highlight"><pre><span></span><code><a id="__codelineno-19-1" name="__codelineno-19-1" href="#__codelineno-19-1"></a><span class="n">nested_model</span><span class="o">.</span><span class="n">get_coefficient</span><span class="p">(</span><span class="s1">&#39;intercept[user]&#39;</span><span class="p">,</span> <span class="n">level</span><span class="o">=</span><span class="s1">&#39;item&#39;</span><span class="p">)</span><span class="o">.</span><span class="n">shape</span>
</code></pre></div>
<div class="highlight"><pre><span></span><code>torch.Size([100, 1])
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 418fa25

Please sign in to comment.