Skip to content

Commit 1cb2793

Browse files
authored
Update evaluate-sdk.md
1 parent 60a19e7 commit 1cb2793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ result = evaluate(
556556

557557
If you have a list of queries that you'd like to run then evaluate, the `evaluate()` also supports a `target` parameter, which can send queries to an application to collect answers then run your evaluators on the resulting query and response.
558558

559-
A target can be any callable class in your directory. In this case we have a python script `askwiki.py` with a callable class `askwiki()` that we can set as our target. Given a dataset of queries we can send into our simple `askwiki` app, we can evaluate the relevance of the outputs. Ensure you specify the propery column mapping for your data in `"column_mapping"`.
559+
A target can be any callable class in your directory. In this case we have a python script `askwiki.py` with a callable class `askwiki()` that we can set as our target. Given a dataset of queries we can send into our simple `askwiki` app, we can evaluate the relevance of the outputs. Ensure you specify the propery column mapping for your data in `"column_mapping"`. You can use `"default"` to specify column mapping for all evaluators.
560560

561561
```python
562562
from askwiki import askwiki

0 commit comments

Comments
 (0)