Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add feature weights (w-k prototypes) #200

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

joaquin-tempelsman
Copy link

@joaquin-tempelsman joaquin-tempelsman commented Jun 19, 2024

Based on proposed approach by Çörekci, Osman, and Ayla Saylı. "A New Clustering Algorithm of Hybrid Data According to Weights of Attributes." Avrupa Bilim ve Teknoloji Dergisi 5.9 (2016): 28-37.

Implemented feature adds feature weights by passing a weight argument per categorical and numerical feature. This weight is used by both default similarity functions (euclidian for numerical and matching for categorical). Assertions checking for correctly passed weights are added under init and fit methods.

Pending: include integration tests

Joaquin Tempelsman added 2 commits June 19, 2024 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant