beter clusters and qol
This commit is contained in:
@@ -3,7 +3,7 @@ Configuration settings and constants for the Discord Chat Embeddings Visualizer.
|
||||
"""
|
||||
|
||||
# Application settings
|
||||
APP_TITLE = "Discord Chat Embeddings Visualizer"
|
||||
APP_TITLE = "The Cult - Visualised"
|
||||
APP_ICON = "🗨️"
|
||||
APP_LAYOUT = "wide"
|
||||
|
||||
@@ -14,6 +14,8 @@ CHAT_LOGS_PATH = "../../discord_chat_logs"
|
||||
DEFAULT_RANDOM_STATE = 42
|
||||
DEFAULT_N_COMPONENTS = 2
|
||||
DEFAULT_N_CLUSTERS = 5
|
||||
DEFAULT_DIMENSION_REDUCTION_METHOD = "t-SNE"
|
||||
DEFAULT_CLUSTERING_METHOD = "None"
|
||||
|
||||
# Visualization settings
|
||||
DEFAULT_POINT_SIZE = 8
|
||||
|
||||
Reference in New Issue
Block a user