We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3bc962 commit cbec946Copy full SHA for cbec946
project/MimaExcludes.scala
@@ -48,7 +48,7 @@ object MimaExcludes {
48
// [SPARK-19148][SQL] do not expose the external table concept in Catalog
49
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.createTable"),
50
51
- // [SPARK-14272][ML] Evaluate GaussianMixtureModel with LogLikelihood.
+ // [SPARK-14272][ML] Add logLikelihood in GaussianMixtureSummary
52
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.clustering.GaussianMixtureSummary.this")
53
)
54
0 commit comments