Skip to content

Commit

Permalink
correct the options for argument in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ADBond committed Oct 7, 2024
1 parent cd849d6 commit c8f0c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/internals/linker_components/visualisations.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def cluster_studio_dashboard(
`linker.cluster_pairwise_predictions_at_threshold()`
out_path (str): The path (including filename) to save the html file to.
sampling_method (str, optional): `random`, `by_cluster_size` or
`lowest_density_clusters`. Defaults to `random`.
`lowest_density_clusters_by_size`. Defaults to `random`.
sample_size (int, optional): Number of clusters to show in the dahboard.
Defaults to 10.
cluster_ids (list): The IDs of the clusters that will be displayed in the
Expand Down

0 comments on commit c8f0c7b

Please sign in to comment.