Skip to content

Commit

Permalink
deploy: 480e50d
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Nov 13, 2023
1 parent 67397a4 commit e67a495
Show file tree
Hide file tree
Showing 11 changed files with 743 additions and 742 deletions.
4 changes: 2 additions & 2 deletions pull301/_sources/regression1.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,13 @@ of a house that is 2,000 square feet.

```{code-cell} ipython3
small_sacramento["dist"] = (2000 - small_sacramento["sqft"]).abs()
small_sacramento.nsmallest(5, "dist")
nearest_neighbors = small_sacramento.nsmallest(5, "dist")
nearest_neighbors
```

```{code-cell} ipython3
:tags: [remove-cell]
nearest_neighbors = small_sacramento.nsmallest(5, "dist")
nn_plot = small_plot + rule
Expand Down
204 changes: 102 additions & 102 deletions pull301/classification1.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

133 changes: 67 additions & 66 deletions pull301/regression1.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

0 comments on commit e67a495

Please sign in to comment.