maxframe.learn.contrib.xgboost.predict#
- maxframe.learn.contrib.xgboost.predict(model, data, output_margin=False, pred_leaf=False, pred_contribs=False, approx_contribs=False, pred_interactions=False, validate_features=True, training=False, iteration_range=None, strict_shape=False, **kwargs)[源代码]#
使用 MaxFrame XGBoost 模型预测数据。
- 参数:
mode. (Parameters are the same as xgboost.train. The predict() is lazy-execution)
- 返回:
结果
- 返回类型:
Booster