Skip to content

Commit

Permalink
deploy: a242d75
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Dec 23, 2023
1 parent 811d64e commit 473a4fa
Show file tree
Hide file tree
Showing 11 changed files with 743 additions and 743 deletions.
8 changes: 4 additions & 4 deletions pull337/_sources/classification2.md
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ summary_df = pd.DataFrame(
)
plt_irrelevant_accuracies = (
alt.Chart(summary_df)
.mark_line() #point=True
.mark_line(point=True)
.encode(
x=alt.X("ks", title="Number of Irrelevant Predictors"),
y=alt.Y(
Expand Down Expand Up @@ -1867,7 +1867,7 @@ this evidence; if we fix the number of neighbors to $K=3$, the accuracy falls of
plt_irrelevant_nghbrs = (
alt.Chart(summary_df)
.mark_line() # point=True
.mark_line(point=True)
.encode(
x=alt.X("ks", title="Number of Irrelevant Predictors"),
y=alt.Y(
Expand Down Expand Up @@ -1897,7 +1897,7 @@ plt_irrelevant_nghbrs_fixed = (
alt.Chart(
melted_summary_df
)
.mark_line() # point=True
.mark_line(point=True)
.encode(
x=alt.X("ks", title="Number of Irrelevant Predictors"),
y=alt.Y(
Expand Down Expand Up @@ -2137,7 +2137,7 @@ where the elbow occurs, and whether adding a variable provides a meaningful incr
fwd_sel_accuracies_plot = (
alt.Chart(accuracies)
.mark_line() # point=True
.mark_line(point=True)
.encode(
x=alt.X("size", title="Number of Predictors"),
y=alt.Y(
Expand Down
204 changes: 102 additions & 102 deletions pull337/classification1.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pull337/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 0x7f24e9a70cd0&gt;
<div class="output text_plain highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>&lt;pandas.core.groupby.generic.DataFrameGroupBy object at 0x7f7b8ed02ed0&gt;
</pre></div>
</div>
</div>
Expand Down

0 comments on commit 473a4fa

Please sign in to comment.