-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
featureNew feature or requestNew feature or requeststatsStatisticsStatisticstestsIntegration/Unit testsIntegration/Unit tests
Milestone
Description
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
opt_kAcceptance criteria
Integration tests:
- Categorical variables only
- Continuos variables only
- Ordinal variables only
- Combination of categorical/ordinal/continuos
Tasks
- Define integration tests
- First pass implementation of Gap statistic
- Modular implementation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requeststatsStatisticsStatisticstestsIntegration/Unit testsIntegration/Unit tests
Projects
Status
Done