From 0728b191897e2ed172a121d3632dec834930969d Mon Sep 17 00:00:00 2001 From: Jeffrey Ip Date: Sat, 3 Feb 2024 03:27:58 -0800 Subject: [PATCH] Fixed docs --- docs/docs/evaluation-test-cases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/evaluation-test-cases.mdx b/docs/docs/evaluation-test-cases.mdx index 6b2f8b10a..d12b280f9 100644 --- a/docs/docs/evaluation-test-cases.mdx +++ b/docs/docs/evaluation-test-cases.mdx @@ -347,4 +347,4 @@ metric = HallucinationMetric(threshold=0.7) evaluate(test_cases, [metric]) ``` -Similar to `assert_test`, `evaluate` allows you to log and view test results on Confident AI. For more examples of `evalute`, visit the [datasets section](evaluation-datasets). +Similar to `assert_test`, `evaluate` allows you to log and view test results on Confident AI. For more examples of `evaluate`, visit the [datasets section](evaluation-datasets).