From 93c536bd8b2cc00372a0c09bcb0394057f403274 Mon Sep 17 00:00:00 2001 From: Davud Date: Thu, 22 Dec 2022 16:55:18 +0000 Subject: [PATCH] adding comments --- decision tree classification.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decision tree classification.ipynb b/decision tree classification.ipynb index a366e17..4eabe05 100644 --- a/decision tree classification.ipynb +++ b/decision tree classification.ipynb @@ -652,7 +652,7 @@ "source": [ "### About the data \n", "\n", - "Despite all the effort I couldn't find the origin of this data thus it shouldn't be used for any other purposes. \n", + "Despite all the effort I couldn't find the origin of this data therefore it shouldn't be used for any other purposes. \n", "The dataset contains a set of 400 records under 4 attributes - Gender, Age, Salary and Class( whether the person made a purchase or not)." ] },