[jvm-packages] update spark dependency to 3.0.0 (#5836)
This commit is contained in:
@@ -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\'")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user