Skip to content

Commit cbaca3e

Browse files
fix docstring
Signed-off-by: lilithgrigoryan <[email protected]>
1 parent 20276f4 commit cbaca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdp/utils/bootstrap_estimates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class BootstrapProcessor(BaseProcessor):
5151
pred_text_key (str): Key in the manifest that contains the predicted text (default: 'pred_text').
5252
ci_lower (float): The lower bound percentile for the confidence intervals (default: 2.5).
5353
ci_upper (float): The upper bound percentile for the confidence intervals (default: 97.5).
54-
random_state (int, optional): Sets a random state for reproducibility of bootstrap sampling.
54+
random_state (int): Sets a random state for reproducibility of bootstrap sampling.
5555
5656
Returns:
5757
Results saved in a JSON file at the specified `output_file` path, containing individual metric

0 commit comments

Comments
 (0)