Skip to content

Commit

Permalink
Update demo_pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Honchkrow committed Oct 12, 2024
1 parent ef6fc9e commit a9ca1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/Reproduce_Scripts/demo_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
learning_rate = 0.0001

# Define a dictionary where the key is a subfunction and the value is a dictionary of parameters
# users should change the parameters according to the data and requirements of each method
func_dict = {
run_GraphST: {"input_adata": adata, "n_cluster": k, "radius": 50, "random_seed": 200},
run_Leiden: {"input_adata": adata, "random_state": 0},
Expand Down

0 comments on commit a9ca1ff

Please sign in to comment.