in src/ppxgboost/PPBooster.py [0:0]
def __init__(self, min_max: dict): self.mini = min_max['min'] self.maxi = min_max['max']