From 6e9a3ca633b505c8982356d279230f8f7e90e873 Mon Sep 17 00:00:00 2001 From: "wassname (Michael J Clark)" <1103714+wassname@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:18:07 +0800 Subject: [PATCH] Revise introduction in diagnostics.md Updated the introduction to provide context for diagnostic code snippets. --- refs/diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refs/diagnostics.md b/refs/diagnostics.md index 16a1755..486384b 100644 --- a/refs/diagnostics.md +++ b/refs/diagnostics.md @@ -2,7 +2,7 @@ Part of the [ML Debugging skill](../SKILL.md), section 6.2. -Copy-paste these. Each tests one thing. +Here are various idea's on how to cheaply diagnose parts of your ML pipeline. **Data pipeline sanity check** ```python