Skip to content
Snippets Groups Projects
Commit 59e55d5c authored by DIANE's avatar DIANE
Browse files
parents 8a456666 29ea9c4a
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ match st.session_state["interface"]:
case 'simple':
dim_red_methods = ['PCA']
cluster_methods = ['KS'] # List of clustering algos
selec_strategy = ['center']
selec_strategy = ['random']
case 'advanced':
dim_red_methods=['PCA','UMAP', 'NMF'] # List of dimensionality reduction algos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment