Skip to content

Commit 10443ab

Browse files
committed
Added practice questions
1 parent 7a85c7d commit 10443ab

2 files changed

Lines changed: 862 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ The course has one midterm, weekly to bi-weekly problem sets, and a final data p
3838
3. **September 21 Midnight:** [Problem Set 2](problem_sets/problem_set_2.ipynb)
3939
4. **September 28 Midnight:** [Problem Set 3](problem_sets/problem_set_3.ipynb)
4040
5. **October 5 Midnight:** [Problem Set 4](problem_sets/problem_set_4.ipynb)
41-
6. **October 2 (LAB SESSION):** Midterm Logistics Practice <!-- and Review [Midterm Practice Problems](problem_sets/midterm_practice_1.ipynb) -->
42-
7. **October 8:** IN CLASS MIDTERM
43-
8. **End of Term (TBD):** Data Project Due
41+
6. **NOT TO HAND IN** [Midterm Practice Problems](problem_sets/midterm_practice.ipynb)
42+
7. **October 2 (LAB SESSION):** Midterm Logistics Practice
43+
8. **October 8:** IN CLASS MIDTERM
44+
9. **End of Term (TBD):** Data Project Due
4445

4546
See the `/problem_sets` folder within this repository for the problem sets as jupyter notebooks.
4647
- The `pyproject.toml` and `uv.lock` files provide the package setup. Simple run `uv sync` (more details [here](https://jlperla.github.io/grad_econ_datascience/pages/setup.html))
@@ -65,8 +66,8 @@ The course is structured into two parts:
6566
- **September 22**: [Latent Variables and Unsupervised Learning](https://jlperla.github.io/grad_econ_datascience/slides/latent_variables.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/latent_variables.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/latent_variables.html#extra-materials)
6667
- **September 24**: [Linear and Nonlinear Dynamics](https://jlperla.github.io/grad_econ_datascience/slides/dynamics.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/dynamics.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/dynamics.html#extra-materials)
6768
- **September 29**: [Probability, Conditioning, and Independence](https://jlperla.github.io/grad_econ_datascience/slides/probability.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/probability.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/probability.html#extra-materials)
68-
- **October 1**: [Probability, Conditioning, and Independence](https://jlperla.github.io/grad_econ_datascience/slides/probability.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/probability.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/probability.html#extra-materials)
69-
- **October 6**: [Stochastic Processes, Markov Chains, and Expectations](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.html#extra-materials)
69+
- **October 1**: [Probability, Conditioning, and Independence](https://jlperla.github.io/grad_econ_datascience/slides/probability.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/probability.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/probability.html#extra-materials) and start [Stochastic Processes, Markov Chains, and Expectations](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.html#extra-materials)
70+
- **October 6**: [Midterm Practice Problems](problem_sets/midterm_practice.ipynb) and [Stochastic Processes, Markov Chains, and Expectations](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.html), [PDF](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.pdf), and [Extra and Self Study Materials](https://jlperla.github.io/grad_econ_datascience/slides/stochastic_processes.html#extra-materials)
7071
- **October 8 (IN CLASS MIDTERM)**
7172
- **October 13 (Statutory holiday)**
7273
- **October 15**: Large Language Models and Embeddings
@@ -93,7 +94,7 @@ The course is structured into two parts:
9394

9495
Here is the [source](https://github.com/ubcecon/526) for my slides.
9596

96-
See "Sources and Futher Reading" (2nd last slide) on each set of slides for additional reading.
97+
See "Sources and Further Reading" (2nd last slide) on each set of slides for additional reading.
9798

9899
#### Important Dates
99100

0 commit comments

Comments
 (0)