Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed May 24, 2022
1 parent e2119b1 commit 4f75d5c
Show file tree
Hide file tree
Showing 2 changed files with 527 additions and 133 deletions.
2 changes: 1 addition & 1 deletion chaine/crf.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def params(self) -> dict[str, Union[str, int, float, bool]]:
class HyperparameterOptimizer:
def __init__(
self,
trials: int = 20,
trials: int = 10,
seed: Optional[int] = None,
metric: str = "f1",
folds: int = 5,
Expand Down
Loading

0 comments on commit 4f75d5c

Please sign in to comment.