[PR #1021] [MERGED] Expands introduction quiz and clarifies skew #1068

Closed
opened 2026-03-22 15:59:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/1021
Author: @profvjreddi
Created: 11/2/2025
Status: Merged
Merged: 11/2/2025
Merged by: @profvjreddi

Base: devHead: 1018-silent-performance-degradation-self-check-question-before-concept-is-introduced


📝 Commits (2)

  • b4599b0 fix(quizzes): move silent performance degradation question to correct section
  • ab477f3 docs(introduction): improve training-serving skew explanation and expand quiz coverage

📊 Changes

2 files changed (+54 additions, -11 deletions)

View changed files

📝 quarto/contents/core/introduction/introduction.qmd (+1 -1)
📝 quarto/contents/core/introduction/introduction_quizzes.json (+53 -10)

📄 Description

Improves the explanation of training-serving skew and expands the quiz coverage for the introduction section.

  • Clarifies that training-serving skew is an infrastructure issue manifesting as an algorithmic failure.
  • Expands the introduction quiz with new questions to assess understanding of failure modes and monitoring requirements in ML systems.

Note

Expands introduction quizzes with a new section on ML failure modes/monitoring, updates quiz metadata, and clarifies training-serving skew as an infrastructure issue in the text.

  • Quizzes:
    • New section coverage: Adds quiz for #sec-introduction-ml-systems-differ-traditional-software-4370 focusing on failure modes, silent degradation, and monitoring.
    • Metadata update: Bumps total_sections and sections_with_quizzes from 10→11 in introduction_quizzes.json.
    • Rationale/structure tweaks: Refines rationale for Defining ML Systems (narrows focus to component interdependencies) and removes a question on silent degradation from that section.
  • Content:
    • Clarifies in introduction.qmd that training-serving skew is an infrastructure issue manifesting as algorithmic failure (minor sentence edit).

Written by Cursor Bugbot for commit ab477f319b. This will update automatically on new commits. Configure here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/1021 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 11/2/2025 **Status:** ✅ Merged **Merged:** 11/2/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `1018-silent-performance-degradation-self-check-question-before-concept-is-introduced` --- ### 📝 Commits (2) - [`b4599b0`](https://github.com/harvard-edge/cs249r_book/commit/b4599b04ac4e2c924c5dec79a4194c51499b3730) fix(quizzes): move silent performance degradation question to correct section - [`ab477f3`](https://github.com/harvard-edge/cs249r_book/commit/ab477f319b9acb4a24b3a806943cb1774f912d7f) docs(introduction): improve training-serving skew explanation and expand quiz coverage ### 📊 Changes **2 files changed** (+54 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `quarto/contents/core/introduction/introduction.qmd` (+1 -1) 📝 `quarto/contents/core/introduction/introduction_quizzes.json` (+53 -10) </details> ### 📄 Description Improves the explanation of training-serving skew and expands the quiz coverage for the introduction section. - Clarifies that training-serving skew is an infrastructure issue manifesting as an algorithmic failure. - Expands the introduction quiz with new questions to assess understanding of failure modes and monitoring requirements in ML systems. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Expands introduction quizzes with a new section on ML failure modes/monitoring, updates quiz metadata, and clarifies training-serving skew as an infrastructure issue in the text. > > - **Quizzes**: > - **New section coverage**: Adds quiz for `#sec-introduction-ml-systems-differ-traditional-software-4370` focusing on failure modes, silent degradation, and monitoring. > - **Metadata update**: Bumps `total_sections` and `sections_with_quizzes` from 10→11 in `introduction_quizzes.json`. > - **Rationale/structure tweaks**: Refines rationale for `Defining ML Systems` (narrows focus to component interdependencies) and removes a question on silent degradation from that section. > - **Content**: > - Clarifies in `introduction.qmd` that training-serving skew is an infrastructure issue manifesting as algorithmic failure (minor sentence edit). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit ab477f319b9acb4a24b3a806943cb1774f912d7f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 15:59:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#1068