Missing progress bar in evaluate method #2194
-
|
I am evaluating ~300 test cases, I want to see the progress here: evaluate(test_cases=dataset.test_cases,
metrics=[contextual_recall,
contextual_relevancy,
answer_relevancy_metric,
faithfulness_metric])Is that not supported? How can I achieve some sort of progress indication and estimation of the finish date? |
Beta Was this translation helpful? Give feedback.
Answered by
MatejFrnka
Oct 14, 2025
Replies: 1 comment
-
|
Ah, the issue is in PyCharm running in wsl. When running in command line, everything works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MatejFrnka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, the issue is in PyCharm running in wsl. When running in command line, everything works fine.