Metadata-Version: 2.1
Name: silhouetteplot
Version: 0.1.1
Summary: A library to plot silhouette plot of KMeans clustering
Home-page: https://github.com/BharathN96/silhouetteplot
Author: Bharath N
Author-email: nbharath96@gmail.com
License: MIT
Description: To Plot silhouette plot of KMeans Clustering.
        
        ## Installation
        
        Run the following to install:
        
        ```python
        pip install silhouetteplot
        ```
        
        ## Usage
        
        ```python
        import silhouetteplot
        
        # plot silhouette plot
        silhouetteplot.plot(X, n_clusters)
Keywords: python,machine learning,KMeans,classification,silhouette score
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
