mattpocock / mattpocock/evalite

Threshold as evalite config param

Open
#347 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
1.7k
Forks
102
PR merge metrics
No merged PRs in 30d

Description

We have different evals that require different thresholds. For one eval a score of 80% is good enough, but for a different eval we need 95%.
Right now there's only a global threshold. Just as a specific eval can override the trialCount we'd want to override the threshold per eval.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the global threshold configuration and the per-evaluation trialCount override in the TypeScript source. Follow how evaluation configuration is read, then make the threshold overridable per eval while preserving the global threshold as the default; done means different evals can use different thresholds.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
ai, testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.