Skip to content

Commit

Permalink
note 20 minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
ishani07 committed Apr 5, 2024
1 parent 28c0c19 commit cc8dc81
Show file tree
Hide file tree
Showing 7 changed files with 8,913 additions and 1,257 deletions.
2 changes: 1 addition & 1 deletion docs/probability_2/probability_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ <h2 data-number="18.3" class="anchored" data-anchor-id="prediction-and-inference
<p align="center">
<img src="images/bias_v_variance.png" width="600">
</p>
<p>Ideally, we want our estimator to have low bias and low variance, but how can we mathematically quantify that? See <a href="#sec-bias-variance-tradeoff"><span>Section&nbsp;18.4</span></a> for more detail.</p>
<p>Ideally, we want our estimator to have low bias and low variance, but how can we mathematically quantify that? See <a href="#sec-bias-variance-tradeoff"><span class="quarto-unresolved-ref">sec-bias-variance-tradeoff</span></a> for more detail.</p>
<section id="prediction-as-estimation" class="level3" data-number="18.3.1">
<h3 data-number="18.3.1" class="anchored" data-anchor-id="prediction-as-estimation"><span class="header-section-number">18.3.1</span> Prediction as Estimation</h3>
<p>Now that we’ve established the idea of an estimator, let’s see how we can apply this learning to the modeling process. To do so, we’ll take a moment to formalize our data collection and models in the language of random variables.</p>
Expand Down
827 changes: 415 additions & 412 deletions docs/sql_I/sql_I.html

Large diffs are not rendered by default.

9,209 changes: 8,431 additions & 778 deletions docs/sql_II/sql_II.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023) (preloaded format=xelatex 2024.3.3) 4 APR 2024 15:03
This is XeTeX, Version 3.141592653-2.6-0.999995 (TeX Live 2023) (preloaded format=xelatex 2024.3.3) 5 APR 2024 13:24
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down
Binary file modified index.pdf
Binary file not shown.
128 changes: 64 additions & 64 deletions index.tex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sql_I/sql_I.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It is important to reiterate that SQL is an entirely different language from Pyt

The syntax below will seem unfamiliar to you; for now, just focus on understanding the output displayed. We will clarify the SQL code in a bit.

To start, we'll look at a database called `example_duck.db` and connect to it using SQLite.
To start, we'll look at a database called `example_duck.db` and connect to it using DuckDB.

```{python}
#| code-fold: true
Expand Down

0 comments on commit cc8dc81

Please sign in to comment.