From eb5d558eb0290baab82d79399fc78e93c7ad1d1a Mon Sep 17 00:00:00 2001 From: Ravi Srinivasan Date: Fri, 5 Apr 2024 08:29:51 +0530 Subject: [PATCH] fix small typo for issue #25 --- modules/chapter1/pages/section1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/chapter1/pages/section1.adoc b/modules/chapter1/pages/section1.adoc index 075748c..79c40ae 100644 --- a/modules/chapter1/pages/section1.adoc +++ b/modules/chapter1/pages/section1.adoc @@ -116,7 +116,7 @@ image::use-purchase-amount-notebook.png[use-purchase-amount notebook create] . Run the **use-purchase-amount** notebook and notice the result: + - You can get the same result without training the model again. -- You are not training the model in the **user-purchase-amount** notebook, you are re-using the output from the training notebook, and using the generated model to generate an inference. +- You are not training the model in the **use-purchase-amount** notebook, you are re-using the output from the training notebook, and using the generated model to generate an inference. [TIP] ====