Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, num_round=0, parameters=None) |
Public Attributes | |
parameters | |
Parameters passed to xgboost model. | |
num_round | |
Number of boosting rounds used in xgboost training. | |
estimator | |
XGBoost estimator. | |
XGBoost state
Definition at line 25 of file xgboost.py.
def __init__ | ( | self, | |
num_round = 0 , |
|||
parameters = None |
|||
) |
Constructor of the state object
Definition at line 30 of file xgboost.py.