[GH-ISSUE #1486] DOC: <Issue related to /evaluation/how_to_guides/summary> #42

Open
opened 2026-02-17 17:19:03 -05:00 by yindo · 1 comment
Owner

Originally created by @philcicle on GitHub (Jul 10, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1486

F1 function returns return {"key": "f1_score", "score": f1_score} but python only allows dict: dicts of the form {"score": ..., "name": ...} allow you to pass a numeric or boolean score and metric name.

Originally created by @philcicle on GitHub (Jul 10, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1486 F1 function returns ` return {"key": "f1_score", "score": f1_score}` but python only allows dict: dicts of the form {"score": ..., "name": ...} allow you to pass a numeric or boolean score and metric name.
yindo added the external label 2026-02-17 17:19:03 -05:00
Author
Owner

@dhanesh24g commented on GitHub (Jul 16, 2025):

Can you please provide more context on this issue ?
Also, share a code snippet if possible.

@dhanesh24g commented on GitHub (Jul 16, 2025): Can you please provide more context on this issue ? Also, share a code snippet if possible.
yindo changed title from DOC: <Issue related to /evaluation/how_to_guides/summary> to [GH-ISSUE #1486] DOC: <Issue related to /evaluation/how_to_guides/summary> 2026-06-05 17:24:42 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#42