mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-08 02:28:25 -05:00
[PR #1629] fix(labs): correct error cascade amplification factor in lab 04 #9235
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/1629
Author: @Shashank-Tripathi-07
Created: 5/3/2026
Status: 🔄 Open
Base:
dev← Head:fix/lab04-cascade-amp-factor📝 Commits (1)
f488282fix(labs): correct error cascade amplification factor in lab 04📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
labs/vol1/lab_04_data_engr.py(+1 -1)📄 Description
Summary
Part C simulates a data error cascade through a pipeline. With the default settings (2% ingestion error, 5 stages), the amplification factor of
1.4produced ~10.8% output error -- but the answer key marks "~15% (significant amplification)" as correct, and the MathPeek accordion explains that 2% error "can degrade accuracy by ~15%."Change
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.