From 7fbf9b0a97f7c024800613109db53a5c2d4c171b Mon Sep 17 00:00:00 2001 From: Davud Date: Thu, 22 Dec 2022 17:09:10 +0000 Subject: [PATCH] adding comments --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3a89074..3d4db0a 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ In this repository you can find following files: 2. Jupyter notebook file: Decision_Tree_Classifier.ipynb that consists the code of our Decision Tree Algorithm as well as it's two implementations(two differents datasets) 3. First dataset: iris_data.csv 4. Second dataset: iphone_purchase_records.csv + +For understanding the concept and the working principle of the code please first read the pdf file. +