This commit is contained in:
2026-02-27 19:18:38 +01:00
parent d334fb8b39
commit de556b5001
13 changed files with 592 additions and 1834 deletions

View File

@@ -70,8 +70,8 @@ MIN_SAMPLES = 15
# UMAP Parameters
N_NEIGHBORS = 15
N_COMPONENTS = 2
MIN_DIST = 0.01
N_COMPONENTS = 5
MIN_DIST = 0.1
# Topic Modeling
TOP_N_WORDS = 10