Skip to content

Commit

Permalink
fix mima
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Oct 30, 2019
1 parent d057403 commit 3fd1892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ object MimaExcludes {
// [SPARK-28780][ML] Delete the incorrect setWeightCol method in LinearSVCModel
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.classification.LinearSVCModel.setWeightCol"),

// [SPARK-29645][ML][PYSPARK] ML add param RelativeError
ProblemFilters.exclude[FinalMethodProblem]("org.apache.spark.ml.feature.QuantileDiscretizer.relativeError"),
ProblemFilters.exclude[FinalMethodProblem]("org.apache.spark.ml.feature.QuantileDiscretizer.getRelativeError"),

// [SPARK-25959] GBTClassifier picks wrong impurity stats on loading
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.ml.tree.HasVarianceImpurity.org$apache$spark$ml$tree$HasVarianceImpurity$_setter_$impurity_="),
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.ml.tree.HasVarianceImpurity.org$apache$spark$ml$tree$HasVarianceImpurity$_setter_$impurity_="),
Expand Down

0 comments on commit 3fd1892

Please sign in to comment.