Skip to content
Snippets Groups Projects
Commit a05d597b authored by Nicolas Barthes's avatar Nicolas Barthes
Browse files

1-samples_selection.py switch to random selction method using Simple interface...

1-samples_selection.py switch to random selction method using Simple interface (l.42) : selec_strategy = ['random']
parent 20d6d408
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