Skip to content

Commit

Permalink
deploy: 8a64bfb
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Nov 10, 2023
1 parent 0151ff8 commit e72eaf2
Show file tree
Hide file tree
Showing 11 changed files with 743 additions and 741 deletions.
3 changes: 2 additions & 1 deletion pull274/_sources/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ In the {glue:text}`clus_rows_glue`-observation cluster example above,
we would compute the WSSD $S^2$ via


$S^2 = \left((x_1 - \mu_x)^2 + (y_1 - \mu_y)^2\right) + \left((x_2 - \mu_x)^2 + (y_2 - \mu_y)^2\right) + \left((x_3 - \mu_x)^2 + (y_3 - \mu_y)^2\right) + \left((x_4 - \mu_x)^2 + (y_4 - \mu_y)^2\right)$
$S^2 = \left((x_1 - \mu_x)^2 + (y_1 - \mu_y)^2\right) + \left((x_2 - \mu_x)^2 + (y_2 - \mu_y)^2\right)$
$ + \left((x_3 - \mu_x)^2 + (y_3 - \mu_y)^2\right) + \left((x_4 - \mu_x)^2 + (y_4 - \mu_y)^2\right)$

These distances are denoted by lines in {numref}`toy-example-clus1-dists` for the first cluster of the penguin data example.

Expand Down
204 changes: 102 additions & 102 deletions pull274/classification1.html

Large diffs are not rendered by default.

156 changes: 78 additions & 78 deletions pull274/classification2.html

Large diffs are not rendered by default.

185 changes: 93 additions & 92 deletions pull274/clustering.html

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions pull274/inference.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions pull274/intro.html

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions pull274/regression1.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions pull274/regression2.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pull274/searchindex.js

Large diffs are not rendered by default.

392 changes: 196 additions & 196 deletions pull274/viz.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pull274/wrangling.html
Original file line number Diff line number Diff line change
Expand Up @@ -5055,7 +5055,7 @@ <h2><span class="section-number">3.9. </span>Performing operations on groups of
</div>
</div>
<div class="cell_output docutils container">
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pandas.core.groupby.generic.DataFrameGroupBy object at 0x7f1df5f71a50&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pandas.core.groupby.generic.DataFrameGroupBy object at 0x7f2443dc1450&gt;
</pre></div>
</div>
</div>
Expand Down

0 comments on commit e72eaf2

Please sign in to comment.