Changing custom evaluator from prompt based to coded does not change the scoring method #346
Unanswered
JaakkoPakarinen
asked this question in
Product Feedback and Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Technical Feedback
Hello, I have created a custom evaluator in new Foundry UI. I updated my custom evaluator from prompt based to code based and ended up with "ValueError: pass_threshold must be between 0.0 and 1.0". I realized that Boolean scoring method is not supported for code based evaluators and it needs to be changed to a working one.
Desired Outcome
The UI should properly switch to supported scoring method when changing between Prompt based and Code based evaluator types.
Current Workaround
Manually switch the scoring method to a supported one when changing to evaluator type.
Beta Was this translation helpful? Give feedback.
All reactions