From ecf3044d0db580667377022b1be6ff860299baff Mon Sep 17 00:00:00 2001 From: jak_tkvs <32125829+jckkvs@users.noreply.github.com> Date: Thu, 27 Jul 2023 18:38:52 +0900 Subject: [PATCH] Update figs.py --- imodels/tree/figs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/imodels/tree/figs.py b/imodels/tree/figs.py index 5464e337..2c2e5104 100644 --- a/imodels/tree/figs.py +++ b/imodels/tree/figs.py @@ -77,8 +77,6 @@ def print_root(self, y): else: return f'X_{self.feature} <= {self.threshold:0.3f}' + one_proportion - def __repr__(self): - return self.__str__(self) class FIGS(BaseEstimator):