[jvm-packages] update spark dependency to 3.0.0 (#5836)

This commit is contained in:
Bobby Wang
2020-07-13 11:58:30 +08:00
committed by GitHub
parent 23e2c6ec91
commit 9f85e92602
4 changed files with 5 additions and 10 deletions

View File

@@ -275,7 +275,7 @@ class XGBoostClassificationModel private[ml](
}
// Actually we don't use this function at all, to make it pass compiler check.
override protected def predictRaw(features: Vector): Vector = {
override def predictRaw(features: Vector): Vector = {
throw new Exception("XGBoost-Spark does not support \'predictRaw\'")
}