From 813cad8184ccb98e09abc399d3a4b64d0a8f0098 Mon Sep 17 00:00:00 2001 From: Tom Coupland Date: Fri, 6 Oct 2023 09:41:49 +0100 Subject: [PATCH] Update BaselineFeatureTransformation.ipynb typo --- Chapter_3_GettingStarted/BaselineFeatureTransformation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_3_GettingStarted/BaselineFeatureTransformation.ipynb b/Chapter_3_GettingStarted/BaselineFeatureTransformation.ipynb index 97d2ae1..cdac850 100644 --- a/Chapter_3_GettingStarted/BaselineFeatureTransformation.ipynb +++ b/Chapter_3_GettingStarted/BaselineFeatureTransformation.ipynb @@ -294,7 +294,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "It is then straghtforward to compute this feature for all transactions using the Panda `apply` function. " + "It is then straightforward to compute this feature for all transactions using the Panda `apply` function. " ] }, {