Skip to content

Commit

Permalink
docs: Fix UpTrain evaluator class docstring (deepset-ai#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe committed Feb 6, 2024
1 parent d412710 commit c8c73b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class UpTrainEvaluator:
A component that uses the UpTrain framework to evaluate inputs against a specific metric.
The supported metrics are defined by :class:`UpTrainMetric`. The inputs of the component
metric-dependent. The output is a list of :class:`UpTrainEvaluatorOutput` objects, each
containing a single input and the result of the evaluation performed on it.
metric-dependent. The output is a nested list of evaluation results where each inner list
contains the results for a single input.
"""

_backend_metric: Union[Evals, ParametricEval]
Expand Down

0 comments on commit c8c73b7

Please sign in to comment.