Uh oh!
There was an error while loading. Please reload this page.
[SPARK-25764][ML][EXAMPLES] Update BisectingKMeans example to use ClusteringEvaluator - #22763
[SPARK-25764][ML][EXAMPLES] Update BisectingKMeans example to use ClusteringEvaluator#22763mgaido91 wants to merge 1 commit into
Conversation
… deprecated computeCost method
mgaido91
commented
Oct 18, 2018
SparkQA
commented
Oct 18, 2018
Test build #97527 has finished for PR 22763 at commit
|
WeichenXu123
commented
Oct 18, 2018
LGTM. thanks! |
Can we use a more positive title, @mgaido91 ? |
mgaido91
commented
Oct 18, 2018
done @dongjoon-hyun , thanks. |
cloud-fan
commented
Oct 19, 2018
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 |
dongjoon-hyun
commented
Oct 20, 2018
Ur, @mengxr and @gatorsmile seems to determine to revert #22756 on |
mgaido91
commented
Oct 20, 2018
Actually I don't see at all the need to revert this. Even without deprecating |
cloud-fan
commented
Oct 21, 2018
ah i see. @mgaido91 can you resubmit it and update the description? The method is not deprecated now. |
mgaido91
commented
Oct 21, 2018
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 Closesapache#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