Skip to content

Commit 11c0718

Browse files
Ed RubinEd Rubin
Ed Rubin
authored and
Ed Rubin
committed
add prj 4
1 parent 720c724 commit 11c0718

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
lecture/00[8-9]*
44

55
# Temporary holds: Projects
6-
projects/project-00[4-9]*
6+
projects/project-00[5-9]*
77

88
# Exams
99
exam/exam*

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ Past, present, and future projects.
216216

217217
[Help](projects/project-003/help-003.md)
218218

219+
[**004** Prediction finale](projects/project-004)
220+
221+
*Due:* Wednesday 19 March 2025 by midnight (before 11:59 PM) Pacific
222+
219223
## Class project
220224

221225
[Outline of the project](https://github.com/edrubin/EC524W25/tree/master/projects/class-project)

projects/project-004/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Prediction finale
2+
3+
*Due: 19 March 2025*
4+
5+
Today we return to the place where it all started: predicting housing-sales prices using a rich dataset on housing attributes.
6+
7+
**Your job** Using everything you learned this quarter, build a model to predict housing prices. And beat your first project's model. And maybe even build the best model in the class.
8+
9+
**What you submit** Submit a notebook to Canvas that includes all your fancy code *and* how your model ultimately performed. Remember, to get the model performance, you'll need to submit your predictions to Kaggle.
10+
11+
**Hints** It might be helpful to review (or follow) [my Kaggle notebook](https://www.kaggle.com/code/edwardarubin/intro-tidymodels-split-kaggle) that shows you how to integrate pre-split data (like Kaggle's `train.csv` and `test.csv`) into the `tidymodels` framework.
12+
13+
**How you're graded** You'll be graded on the quality of your model, your code, and whether it looks like you actually tried to beat your past score. So make sure to include all the code that led to your final model. (And make sure your model is good.)

0 commit comments

Comments
 (0)