Skip to content

K means binning#51

Open
abaranov25 wants to merge 10 commits intosintel-dev:masterfrom
abaranov25:K-Means-Binning
Open

K means binning#51
abaranov25 wants to merge 10 commits intosintel-dev:masterfrom
abaranov25:K-Means-Binning

Conversation

@abaranov25
Copy link
Copy Markdown
Collaborator

@abaranov25 abaranov25 commented Dec 10, 2025

Resolve #56
Added K-Means binning as a way to pre-process floats into scalars.

@abaranov25 abaranov25 marked this pull request as draft February 9, 2026 05:34
@abaranov25 abaranov25 marked this pull request as ready for review February 11, 2026 21:46
@abaranov25 abaranov25 requested a review from sarahmish February 17, 2026 23:05
@abaranov25 abaranov25 self-assigned this Feb 19, 2026
Copy link
Copy Markdown
Contributor

@sarahmish sarahmish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the issue you initially were calling it Cluster2Float and Float2Cluster. Is there a reason you changed it to Cluster2Scalar and Scalar2Cluster?

Comment on lines +10 to +11
"sigllm.primitives.transformation.Cluster2Scalar",
"sigllm.primitives.transformation.Cluster2Scalar",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of the second Clustr2Scalar? Note that the jupyter notebook in the PR seems to use an older version of the pipeline with only one Clustr2Scalar.

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.

Add a New K-Means Binning Primitive

2 participants