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 fe2c424 commit 68f72faCopy full SHA for 68f72fa
project/MimaExcludes.scala
@@ -44,6 +44,9 @@ object MimaExcludes {
44
45
// [SPARK-18537] Add a REST api to spark streaming
46
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.streaming.scheduler.StreamingListener.onStreamingStarted")
47
+
48
+ // [SPARK-14272][ML] Evaluate GaussianMixtureModel with LogLikelihood
49
+ ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.clustering.GaussianMixtureSummary.this")
50
)
51
52
// Exclude rules for 2.1.x
0 commit comments