Skip to content

Commit

Permalink
Update treeffuser.py
Browse files Browse the repository at this point in the history
I think this user behavior is probably a better default. Asif got flustered it didn't output anything (+ he didn't know when it was gonna finish). 

Separately, should we include something in the README that says users shouldn't hesitate about asking for help?
  • Loading branch information
velezbeltran authored Dec 2, 2024
1 parent f990214 commit 11b5d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/treeffuser/treeffuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(
sde_hyperparam_min: float | Literal["default"] | None = None,
sde_hyperparam_max: float | Literal["default"] | None = None,
seed: int | None = None,
verbose: int = 0,
verbose: int = 1,
extra_lightgbm_params: dict | None = None,
):
"""
Expand Down

0 comments on commit 11b5d38

Please sign in to comment.