Skip to content

Commit a357229

Browse files
Qian XieQian Xie
authored andcommitted
adjust the acceptance threshold to be higher
1 parent 3a57701 commit a357229

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/agentopt/model_selection/threshold_successive_elimination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(
2424
models: Dict[str, List[ModelCandidate]] = None,
2525
eval_fn: EvalFn = None,
2626
dataset: Dataset = None,
27-
threshold: float = 0.5,
27+
threshold: float = 0.75,
2828
n_initial: Optional[int] = None,
2929
confidence: float = 1.0,
3030
model_prices: Optional[Dict[str, Dict[str, float]]] = None,

0 commit comments

Comments
 (0)