Skip to content

Commit

Permalink
chore: 7684 update typo on public docs thresholded results (#718)
Browse files Browse the repository at this point in the history
* fixed threshold typo in doc thresholded results

* fixed second typo in thresholded result doc
  • Loading branch information
brianshen3 authored Oct 23, 2024
1 parent 00433f6 commit 9f275f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dataset/advanced-usage/thresholded-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def generate_thresholded_object():
df_results["thresholded"] = generate_thresholded_object()
upload_results("dataset_name", "model_name", df_results, thresholded_fields=["thresholded"])
```
Once you have uploaded your threhsolded results, you can setup [Thresholded Object Metrics](../../dataset/advanced-usage/task-metrics.md#thresholded-object-metrics).
Once you have uploaded your thresholded results, you can setup [Thresholded Object Metrics](../../dataset/advanced-usage/task-metrics.md#thresholded-object-metrics).

!!! note
You can upload multiple thresholded object fields if needed.
Expand Down

0 comments on commit 9f275f9

Please sign in to comment.