Skip to content

Commit

Permalink
Change default
Browse files Browse the repository at this point in the history
  • Loading branch information
tingiskhan committed Nov 19, 2024
1 parent 01605d0 commit 6e34bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion skyro/sklearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
num_chains: int = 1,
chain_method: str = "parallel",
seed: int = None,
progress_bar: bool = False,
progress_bar: bool = True,
kernel_kwargs: Dict[str, Any] = None,
model_kwargs: Dict[str, Any] = None,
):
Expand Down
2 changes: 1 addition & 1 deletion skyro/sktime.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(
num_chains: int = 1,
chain_method: str = "parallel",
seed: int = None,
progress_bar: bool = False,
progress_bar: bool = True,
kernel_kwargs: Dict[str, Any] = None,
model_kwargs: Dict[str, Any] = None,
):
Expand Down

0 comments on commit 6e34bed

Please sign in to comment.