import joblib
# 保存joblib.dump(lgbm_model, "lgbm_model.pkl")# 加载my_model = joblib.load("lgbm_model.pkl")