Skip to content

Commit

Permalink
doc: update the docstring for average_case in Optimizer (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-pages authored Aug 27, 2024
1 parent 588a203 commit b29a8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyannote/pipeline/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ class Optimizer:
Seed value for the random number generator of the sampler.
Defaults to no seed.
average_case : `bool`, optional
Optimise for average case. Defaults to False (i.e. worst case).
Optimize for average case (default).
Set to False to optimize for worst case.
"""

def __init__(
Expand Down

0 comments on commit b29a8db

Please sign in to comment.