in src/ppxgboost/BoosterParser.py [0:0]
def __init__(self, identifier, feature_name, cmp_val, if_true_child, if_false_child, default_child):
self.id = identifier
self.feature_name = feature_name
self.cmp_val = cmp_val
self.if_true_child = if_true_child
self.if_false_child = if_false_child
self.default_child = default_child