-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-25764][ML][EXAMPLES] Update BisectingKMeans example to use ClusteringEvaluator #22763
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
Conversation
… deprecated computeCost method
|
Test build #97527 has finished for PR 22763 at commit
|
|
LGTM. thanks! |
|
Can we use a more positive title, @mgaido91 ? |
|
done @dongjoon-hyun , thanks. |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM.
|
thanks, merging to master/2.4! |
…steringEvaluator ## What changes were proposed in this pull request? The PR updates the examples for `BisectingKMeans` so that they don't use the deprecated method `computeCost` (see SPARK-25758). ## How was this patch tested? running examples Closes #22763 from mgaido91/SPARK-25764. Authored-by: Marco Gaido <marcogaido91@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com> (cherry picked from commit d0ecff2) Signed-off-by: Wenchen Fan <wenchen@databricks.com>
|
This has been reverted from master/2.4, since #22756 was reverted |
|
Ur, @mengxr and @gatorsmile seems to determine to revert #22756 on |
|
Actually I don't see at all the need to revert this. Even without deprecating |
|
ah i see. @mgaido91 can you resubmit it and update the description? The method is not deprecated now. |
|
sure, thanks @cloud-fan |
…steringEvaluator ## What changes were proposed in this pull request? The PR updates the examples for `BisectingKMeans` so that they don't use the deprecated method `computeCost` (see SPARK-25758). ## How was this patch tested? running examples Closes apache#22763 from mgaido91/SPARK-25764. Authored-by: Marco Gaido <marcogaido91@gmail.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
What changes were proposed in this pull request?
The PR updates the examples for
BisectingKMeansso that they don't use the deprecated methodcomputeCost(see SPARK-25758).How was this patch tested?
running examples