Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Per-Predicate Evaluators #316

Open
eriq-augustine opened this issue Sep 2, 2021 · 0 comments
Open

Per-Predicate Evaluators #316

eriq-augustine opened this issue Sep 2, 2021 · 0 comments

Comments

@eriq-augustine
Copy link
Member

Right now in the CLI, multiple evaluators can be specified.
These evaluators can be configured via config options.

However, there are cases where you will want to run the same evaluator on multiple predicates and need different configurations for each one.
For example, you can have two predicates that need a CategoricalEvalautor, but need to specify different indexes.
E.g. Foo(A, b, C) and Bar(a, B, c).
Where an uppercase variable denotes a category index.
There is currently no way to use a CategoricalEvalautor properly on both of these predicates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant