Skip to content

Commit

Permalink
Fixed not saving the pick criteria into any estimator attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
gAldeia committed Jan 4, 2024
1 parent 3e96179 commit caa13ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/brush/estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def __init__(
self.max_gen=max_gen
self.verbosity=verbosity
self.algorithm=algorithm
self.pick_criteria=pick_criteria
self.mode=mode
self.max_depth=max_depth
self.max_size=max_size
Expand Down

0 comments on commit caa13ba

Please sign in to comment.