From b9cf329656fc5713beac7cc144676ced9c2ef8ac Mon Sep 17 00:00:00 2001 From: GJQu <123528589+GJQu@users.noreply.github.com> Date: Sat, 9 May 2026 16:41:16 -0700 Subject: [PATCH] update notebook 04 typo in markdown before code block [9] from "transorm" to "transform". --- 04. Dimensionality Reduction.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04. Dimensionality Reduction.ipynb b/04. Dimensionality Reduction.ipynb index 0b343ee..b9587b8 100644 --- a/04. Dimensionality Reduction.ipynb +++ b/04. Dimensionality Reduction.ipynb @@ -391,7 +391,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Or we can transorm all the data via the transform function." + "Or we can transform all the data via the transform function." ] }, {