Revise introduction in diagnostics.md

Updated the introduction to provide context for diagnostic code snippets.
This commit is contained in:
wassname (Michael J Clark)
2026-06-11 21:18:07 +08:00
committed by GitHub
parent 30ac76053e
commit 6e9a3ca633
+1 -1
View File
@@ -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