Skip to content

Commit

Permalink
deploy: e520435
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Dec 28, 2023
1 parent 0c9713b commit a5e3db7
Show file tree
Hide file tree
Showing 11 changed files with 751 additions and 746 deletions.
12 changes: 10 additions & 2 deletions pull341/_sources/classification2.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ You will also notice that we set the random seed using the `np.random.seed` func
as described in {numref}`randomseeds`.

```{code-cell} ipython3
:tags: ["remove-output"]
# load packages
import altair as alt
import pandas as pd
Expand Down Expand Up @@ -462,11 +463,18 @@ perim_concav = alt.Chart(cancer).mark_circle().encode(
perim_concav
```

```{figure} data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
```{code-cell} ipython3
:tags: ["remove-cell"]
glue("fig:06-precode", perim_concav)
```

:::{glue:figure} fig:06-precode
:name: fig:06-precode

Scatter plot of tumor cell concavity versus smoothness colored by diagnosis label.
```
:::



+++

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

Large diffs are not rendered by default.

163 changes: 80 additions & 83 deletions pull341/classification2.html

Large diffs are not rendered by default.

182 changes: 91 additions & 91 deletions pull341/clustering.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pull341/wrangling.html
Original file line number Diff line number Diff line change
Expand Up @@ -4792,7 +4792,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 0x7fc21404b450&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pandas.core.groupby.generic.DataFrameGroupBy object at 0x7f1c0d8ba650&gt;
</pre></div>
</div>
</div>
Expand Down

0 comments on commit a5e3db7

Please sign in to comment.