aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorZheng RuiFeng <ruifengz@foxmail.com>2017-01-19 03:46:37 -0800
committerYanbo Liang <ybliang8@gmail.com>2017-01-19 03:46:37 -0800
commit8ccca9170f983f74a7482f67206dae070c77b419 (patch)
treee2dcfdd1256cdb2e0c1a3ca8a7d148d59fa3f78f /project
parent2e62560024999c215cf2373fc9a8070bb2ad5c58 (diff)
downloadspark-8ccca9170f983f74a7482f67206dae070c77b419.tar.gz
spark-8ccca9170f983f74a7482f67206dae070c77b419.tar.bz2
spark-8ccca9170f983f74a7482f67206dae070c77b419.zip
[SPARK-14272][ML] Add Loglikelihood in GaussianMixtureSummary
## What changes were proposed in this pull request? add loglikelihood in GMM.summary ## How was this patch tested? added tests Author: Zheng RuiFeng <ruifengz@foxmail.com> Author: Ruifeng Zheng <ruifengz@foxmail.com> Closes #12064 from zhengruifeng/gmm_metric.
Diffstat (limited to 'project')
-rw-r--r--project/MimaExcludes.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/project/MimaExcludes.scala b/project/MimaExcludes.scala
index e0ee00e682..bf628210a1 100644
--- a/project/MimaExcludes.scala
+++ b/project/MimaExcludes.scala
@@ -46,7 +46,10 @@ object MimaExcludes {
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.streaming.scheduler.StreamingListener.onStreamingStarted"),
// [SPARK-19148][SQL] do not expose the external table concept in Catalog
- ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.createTable")
+ ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.createTable"),
+
+ // [SPARK-14272][ML] Add logLikelihood in GaussianMixtureSummary
+ ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.clustering.GaussianMixtureSummary.this")
)
// Exclude rules for 2.1.x