Closed bdiptesh closed 2 years ago
A clustering module to cluster any given data (categorical/continuos/ordinal) and returns optimal clustering solution.
Compute optimal clustering solution using gap-statistic.
Methods:
df: pandas.DataFrame x_var: List[str] max_cluster: int method: Union[str]
opt_k
No response
Integration tests:
v0.4.0
Is your feature request related to a problem? Please describe.
A clustering module to cluster any given data (categorical/continuos/ordinal) and returns optimal clustering solution.
Describe the solution you'd like
Compute optimal clustering solution using gap-statistic.
Methods:
Expected input(s)
Expected output(s)
Additional context
No response
Acceptance criteria
Integration tests:
Version
v0.4.0