Week 3 Feedback

General

Reflection

Grading

Homework 1

Lab 2

Homework 2

Questions to reflect on:

Choices

Data collection

Modeling

Reporting

Using a consistent validation set

Note: ideally you’d keep the same validation set and vary only the training set size. While you weren’t expected to do that for this assignment, you could use an IndexSplitter to put specific indices in the validation set.

Alternatively, we could first split off a test set, then pass all of the remaining data to the usual pipeline and adjust the validation percentage to adjust the training set size. Then, to evaluate the performance, we’d use test_dl to make a new DataLoader for the test set. See https://docs.fast.ai/tutorial.pets.html#Adding-a-test-dataloader-for-inference and this forum post for details—or Homework 3 has the full instructions.

Week 3 Q&A
Homework 3: Generalization