question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

minor changes to silhouette_plot

See original GitHub issue

I was going to release a new version with the silhouette_plot @neelasha23 but noticed a few things.

Our convention is not to include the word plot in the function names (since they’re all in the plot, module, can you rename them?

silhouette_plot -> silhouette silhouette_plot_from_results -> silhouette_from_results

Also, please include 0.8.3 as the version when this plots became available, in case anyone is using an older version. This way they’ll know they have to update, you can add a .. versionadded:: in a Notes section in the plot’s docstring

https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-versionadded

FYI: @idomic

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
edublancascommented, Nov 30, 2022

Yes, please include both guidelines in the contributing doc!

0reactions
neelasha23commented, Dec 16, 2022

sure will do it going forward!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Silhouette plot - MATLAB silhouette - MathWorks
The silhouette plot shows that the data is split into two clusters of equal size. All the points in the two clusters have...
Read more >
Silhouette (clustering) - Wikipedia
Silhouette refers to a method of interpretation and validation of consistency within clusters of data. The technique provides a succinct graphical ...
Read more >
Better than Elbow Method to find Optimal Clusters | by Satyam ...
Deep dive analysis of Silhouette Method to find optimal clusters in k-Means clustering ... Hyperparameters are model configurations properties ...
Read more >
Interpreting Silhouette plot for Cluster Analysis - Cross Validated
I generate some data, cluster the data using PAM on Gower distance and various values for the number of clusters. I compute the...
Read more >
Interpretation of Silhouette Plots (Clustering) - pafnuty.blog
Intuitively, we are trying to measure the space between clusters. If cluster cohesion is good (A is small) and cluster separation is good...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found