Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22236#discussion_r213523804
--- Diff: project/MimaExcludes.scala ---
@@ -36,6 +36,9 @@ object MimaExcludes {
// Exclude rules for 2.4.x
lazy val v24excludes = v23excludes ++ Seq(
+ // [SPARK-10697][ML] Add lift to Association rules
+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.fpm.FPGrowthModel.this"),
--- End diff --
These are for the private[ml] constructors right? OK to suppress, yes
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]