Skip to content

Commit 9b2e918

Browse files
authored
Fixed dir structure
1 parent c60fe3c commit 9b2e918

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ Machine Learning/
8989
│ │ ├── db_test.py
9090
│ │ ├── filter.py
9191
│ │ └── prepare_dataset.py
92-
│ ├── models/
93-
│ │ ├── Collaborative Filtering/
94-
│ │ │ ├── collaborative_filtering.ipynb
95-
│ │ │ └── recommendations.py
96-
│ │ ├── Kmeans_Clustering.ipynb
97-
│ │ └── Self_Organizing_Maps.ipynb
92+
│ └── models/
93+
│ ├── Collaborative Filtering/
94+
│ │ ├── collaborative_filtering.ipynb
95+
│ │ └── recommendations.py
96+
│ ├── Kmeans_Clustering.ipynb
97+
│ └── Self_Organizing_Maps.ipynb
98+
9899
├── .pre-commit-config.yaml
99100
├── .gitignore
100101
├── dataset.md

0 commit comments

Comments
 (0)