We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20276f4 commit cbaca3eCopy full SHA for cbaca3e
sdp/utils/bootstrap_estimates.py
@@ -51,7 +51,7 @@ class BootstrapProcessor(BaseProcessor):
51
pred_text_key (str): Key in the manifest that contains the predicted text (default: 'pred_text').
52
ci_lower (float): The lower bound percentile for the confidence intervals (default: 2.5).
53
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.
+ random_state (int): Sets a random state for reproducibility of bootstrap sampling.
55
56
Returns:
57
Results saved in a JSON file at the specified `output_file` path, containing individual metric
0 commit comments