maxframe.learn.contrib.xgboost.train#
- maxframe.learn.contrib.xgboost.train(params, dtrain, evals=None, evals_result=None, num_class=None, **kwargs)[source]#
Train XGBoost model in MaxFrame manner.
- Parameters:
eager-execution (Parameters are the same as xgboost.train. Note that train is an)
passed (API if evals is)
finished. (thus the call will be blocked until training)
- Returns:
results
- Return type:
Booster