Skip to content

Commit

Permalink
spelling matric -> metric
Browse files Browse the repository at this point in the history
  • Loading branch information
ericljx2020-gmail committed Sep 11, 2024
1 parent 424670f commit bcde6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootcamp/tutorials/integration/evaluation_with_deepeval.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
"result = evaluate(\n",
" test_cases=test_cases,\n",
" metrics=[contextual_precision, contextual_recall, contextual_relevancy],\n",
" print_results=False, # Change to True to see detailed matric results\n",
" print_results=False, # Change to True to see detailed metric results\n",
")"
]
},
Expand Down Expand Up @@ -586,7 +586,7 @@
"result = evaluate(\n",
" test_cases=test_cases, \n",
" metrics=[answer_relevancy, faithfulness],\n",
" print_results=False, # Change to True to see detailed matric results\n",
" print_results=False, # Change to True to see detailed metric results\n",
")"
]
}
Expand Down

0 comments on commit bcde6e8

Please sign in to comment.