mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-07 02:03:55 -05:00
[PR #1632] fix(labs): correct debt multiplier answer in lab 14 Part D #9238
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1632
Author: @Shashank-Tripathi-07
Created: 5/3/2026
Status: 🔄 Open
Base:
dev← Head:fix/lab14-debt-multiplier-answer📝 Commits (1)
a15b0a2fix(labs): correct debt multiplier answer in lab 14 Part D📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
labs/vol1/lab_14_ml_ops.py(+4 -4)📄 Description
Summary
Part D asks: "You defer retraining for 3 consecutive T* cycles. Total accuracy loss vs single miss?"
The answer key marked "C) ~5-6x (debt compounds)" as correct, but the debt cascade formula with default sliders (N=3 missed cycles, 2 downstream models, 2 pp/cycle, alpha=1.3) computes:
The dynamic display card already showed
~10xwhile the answer marked~5-6xas correct -- a visible contradiction.Changes
All four places that stated the wrong "5-6x" figure are corrected to "~10x":
"~5-6x (debt compounds)"→"~10x (debt compounds)""5x"→"10x"Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.