from xgboost import XGBClassifier # 导入XGB模型 xgb = XGBClassifier() # XGB模型