Skip to content

Commit

Permalink
Merge pull request #2455 from moj-analytical-services/docs/fix-cluste…
Browse files Browse the repository at this point in the history
…r-studio-args-docstring

Fix cluster studio docstring
  • Loading branch information
ADBond authored Oct 7, 2024
2 parents cd849d6 + c8f0c7b commit 4498949
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 4498949

Please sign in to comment.