Skip to content

Commit

Permalink
Updated ffx's model interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gAldeia committed Oct 15, 2024
1 parent 50a76c0 commit f25778f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiment/methods/ffx/regressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
def complexity(est):
return est.model_.complexity()

def model(est):
def model(est, X=None):
return est.model_.str2().replace('^', '**')

0 comments on commit f25778f

Please sign in to comment.