Metadata-Version: 2.1
Name: OptimalCluster
Version: 0.0.1
Summary: Python implementation of various algorithms to find the optimal number of clusters
Home-page: https://github.com/shreyas-bk/OptimalCluster
Author: Shreyas Kera
Author-email: shreykera7@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# OptimalCluster
OptimalCluster is the Python implementation of various algorithms to find the optimal number of clusters. The algorithms include elbow, elbow-k_factor, silhouette, gap statistics, gap statistics with standard error, and gap statistics without log.

