diff --git a/Repo-structure.md b/Repo-structure.md index 4c28b241a0..507fb7c525 100644 --- a/Repo-structure.md +++ b/Repo-structure.md @@ -308,6 +308,10 @@ │ │ │ └── README.md │ │ ├── README.md │ │ └── requirements.txt +│ ├── Decision Tree Classifier +│ │ ├── Decision_Tree_Classifier.ipynb +│ │ ├── bank-additional.csv +│ │ └── readme.md │ ├── Fake News Detection │ │ ├── Images │ │ │ ├── Dataset.png diff --git a/repo_structure.txt b/repo_structure.txt index f7ca3cbd9e..899e15ac42 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -306,6 +306,10 @@ │ │ │ └── README.md │ │ ├── README.md │ │ └── requirements.txt +│ ├── Decision Tree Classifier +│ │ ├── Decision_Tree_Classifier.ipynb +│ │ ├── bank-additional.csv +│ │ └── readme.md │ ├── Fake News Detection │ │ ├── Images │ │ │ ├── Dataset.png