def eval()

in src/ppxgboost/BoosterParser.py [0:0]


    def eval(self, x: pd.Series):
        if x is None:
            raise Exception("Invalid input string.")

        return self.value