You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
I have trained and saved the xgboost pyspark using model.booster.save_model(path).
I loaded into xgboost python using xgb.booster(path)
The predictions of the XGBoost pyspark and python are different and the accuracy was dropped by 2 to 5% on the same data.
I have trained a XGBoost Python model with same features (from the pyspark). The results are different from Pyspark. The accuracy was very low in python when compared to pyspark.
Can you help why this was happening in both the cases.