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:
- First SE
- Maximum Gap
Expected input
df: pandas.DataFrame
x_var: List[str]
max_cluster: int
method: Union[str]
Expected API
Acceptance criteria
Integration tests:
Tasks
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
Expected API
opt_kAcceptance criteria
Integration tests:
Tasks