Hi @Geebigib, The error you're experiencing is likely because the SparkXGBClassifierModel
class is no longer available in the xgboost.spark.core
module in xgboost-2.0.0
. This could be due to changes or deprecations in the newer versions of the library.
sparkdl.xgboost
- It is deprecated starting with 12.0 ML and removed in 13.0 ML and above. Databricks recommends migrating your workloads to xgboost.spark
.