Skip to content

Commit

Permalink
Update figs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jckkvs authored Jul 27, 2023
1 parent e049632 commit ecf3044
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions imodels/tree/figs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ecf3044

Please sign in to comment.