diff --git a/code/cv/__pycache__/BPR_model.cpython-310.pyc b/code/cross_validation/__pycache__/BPR_model.cpython-310.pyc
similarity index 100%
rename from code/cv/__pycache__/BPR_model.cpython-310.pyc
rename to code/cross_validation/__pycache__/BPR_model.cpython-310.pyc
diff --git a/code/cv/__pycache__/utils.cpython-310.pyc b/code/cross_validation/__pycache__/utils.cpython-310.pyc
similarity index 100%
rename from code/cv/__pycache__/utils.cpython-310.pyc
rename to code/cross_validation/__pycache__/utils.cpython-310.pyc
diff --git a/code/other/__pycache__/utils.cpython-310.pyc b/code/unsupervised_DT/__pycache__/utils.cpython-310.pyc
similarity index 100%
rename from code/other/__pycache__/utils.cpython-310.pyc
rename to code/unsupervised_DT/__pycache__/utils.cpython-310.pyc
diff --git a/code/other/decision_tree.py b/code/unsupervised_DT/decision_tree.py
similarity index 100%
rename from code/other/decision_tree.py
rename to code/unsupervised_DT/decision_tree.py
diff --git a/code/other/dt/train_embed.csv b/code/unsupervised_DT/dt/train_embed.csv
similarity index 100%
rename from code/other/dt/train_embed.csv
rename to code/unsupervised_DT/dt/train_embed.csv
diff --git a/code/other/dt/train_partitions.csv b/code/unsupervised_DT/dt/train_partitions.csv
similarity index 100%
rename from code/other/dt/train_partitions.csv
rename to code/unsupervised_DT/dt/train_partitions.csv
diff --git a/code/other/dt/train_user_quest_label.csv b/code/unsupervised_DT/dt/train_user_quest_label.csv
similarity index 100%
rename from code/other/dt/train_user_quest_label.csv
rename to code/unsupervised_DT/dt/train_user_quest_label.csv
diff --git a/code/other/test_3_embed.csv b/code/unsupervised_DT/test_3_embed.csv
similarity index 100%
rename from code/other/test_3_embed.csv
rename to code/unsupervised_DT/test_3_embed.csv
diff --git a/code/other/test_3_partitions.csv b/code/unsupervised_DT/test_3_partitions.csv
similarity index 100%
rename from code/other/test_3_partitions.csv
rename to code/unsupervised_DT/test_3_partitions.csv
diff --git a/code/other/test_3_partitionsNew.csv b/code/unsupervised_DT/test_3_partitionsNew.csv
similarity index 100%
rename from code/other/test_3_partitionsNew.csv
rename to code/unsupervised_DT/test_3_partitionsNew.csv
diff --git a/code/other/train_embed.csv b/code/unsupervised_DT/train_embed.csv
similarity index 100%
rename from code/other/train_embed.csv
rename to code/unsupervised_DT/train_embed.csv
diff --git a/code/other/utils.py b/code/unsupervised_DT/utils.py
similarity index 100%
rename from code/other/utils.py
rename to code/unsupervised_DT/utils.py