From 7c20bf0c6f97aa40df7dc8d157a08206f6fadd01 Mon Sep 17 00:00:00 2001 From: Fardin Abbasi Date: Wed, 2 Aug 2023 19:12:38 +0330 Subject: [PATCH] Add submodule --- .gitmodules | 3 +++ Decision_Tree | 1 + 2 files changed, 4 insertions(+) create mode 160000 Decision_Tree diff --git a/.gitmodules b/.gitmodules index 213dfe8..f982eb8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "PCA"] path = PCA url = https://github.com/fardinabbasi/PCA +[submodule "Decision_Tree"] + path = Decision_Tree + url = https://github.com/fardinabbasi/Decision_Tree diff --git a/Decision_Tree b/Decision_Tree new file mode 160000 index 0000000..a8f02a6 --- /dev/null +++ b/Decision_Tree @@ -0,0 +1 @@ +Subproject commit a8f02a668b3593df1fa8149492a425dc21d41ab2