You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
andBar(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.
The text was updated successfully, but these errors were encountered: