From 17b991dbd5f71e3056095f8b339f33ceff3c6049 Mon Sep 17 00:00:00 2001
From: JINLANG WANG <jwang2775@wisc.edu>
Date: Thu, 4 Apr 2024 19:41:56 -0500
Subject: [PATCH] lab12

---
 Labs/Lab12/README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Labs/Lab12/README.md b/Labs/Lab12/README.md
index 5ce8a84..f755779 100644
--- a/Labs/Lab12/README.md
+++ b/Labs/Lab12/README.md
@@ -1,6 +1,6 @@
 # Lab 12
 
-1. Try to fix the bugs in the [`main.ipynb`](./8-geo/main.ipynb).  There is a `solution.ipynb` too, but only peek as a last resort!
+1. Start work on `UserPredictor` of P6
 
 2. Use a LinearRegression to [predict how long](./regression) it will take to run a piece of code
 
@@ -8,6 +8,10 @@
 
 4. Review [dot products/matrix multiplication](./dot-product-matrix-multiplication)
 
+5. Try to fix the bugs in the [`main.ipynb`](./8-geo/main.ipynb).  There is a `solution.ipynb` too, but only peek as a last resort!
+
 # Screenshot Requirement
 
-A screenshot that shows your progress
\ No newline at end of file
+Submit your process of `UserPredictor`` and submit your process
+
+To provide you with flexibility (or peace of mind), we have set the P5 deadline for April 23. However, we strongly recommend that you complete your project before this date and begin working on P6. As an incentive to start P6 early, we may assign a task in lab 12 that encourages you to finish P5 ahead of schedule and start working on P6.
\ No newline at end of file
-- 
GitLab