-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathassignments.Rmd
28 lines (23 loc) · 1.07 KB
/
assignments.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Assignments"
output:
html_document:
toc: true
toc_float: true
---
# Labs
### 100 points (20 points each)
|**Lab** | **Topic** | **Assigned** | **Due** |
|:------:| :------------------------------------------------ | :------------| :--------|
| 1 | [Resampling](lab1.html) | 10/14/20 | 10/21/20 |
| 2 | [Penalized Regression](lab2.Rmd) | 10/21/20 | 10/28/20 |
| 3 | [Feature Engineering](https://www.kaggle.com/djanderson07/lab-3) | 10/28/20 | 11/4/20 |
| 4 | [*K*-nearest neighbor](lab4.html) | 11/4/20 | 11/11/20 |
| 5 | [Random forests/bagging](lab5.html) | 11/18/20 | 11/25/20 |
# Final Project
### 150 points
|**Component** | **Due** |
|:-----------------------|:--------|
| [Preliminary fits 1]() | 11/2/20 |
| [Preliminary fits 2]() | 11/18/20 |
| [Blog post]() | 12/7/20 (by 11:59 PM) |