Skip to content

[SPARK-45152][ML] Add includeLowest Param to Bucketizer#42924

Closed
taosiyuan163 wants to merge 5 commits intoapache:masterfrom
taosiyuan163:optimizeBinarySearchForBuckets
Closed

[SPARK-45152][ML] Add includeLowest Param to Bucketizer#42924
taosiyuan163 wants to merge 5 commits intoapache:masterfrom
taosiyuan163:optimizeBinarySearchForBuckets

Conversation

@taosiyuan163
Copy link

What changes were proposed in this pull request?

Add the includeLowest parameter to the Bucketizer,that is a boolean value that specifies whether the lowest value in the range of buckets should be left-inclusive or not.

Why are the changes needed?

Controllable fine-grained splitting of the buckets.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Unit test in mllib/src/test/scala/org/apache/spark/ml/feature/BucketizerSuite.scala.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the ML label Sep 14, 2023
@github-actions
Copy link

We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.
If you'd like to revive this PR, please reopen it and ask a committer to remove the Stale tag!

@github-actions github-actions bot added the Stale label Dec 26, 2023
@github-actions github-actions bot closed this Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments