Trained XGBoost model for binary classification on synthetic data.
import xgboost as xgb model = xgb.Booster() model.load_model("model.json")
-