-
The following documentation page only includes instructions on how to download the examples. I want to export the results of the experiments. A simple CSV containing the same information we have on the experiments table is enough (e.g. experiment label, error rate, metrics, etc...) |
Beta Was this translation helpful? Give feedback.
Answered by
hinthornw
Aug 21, 2024
Replies: 1 comment 1 reply
-
Could use this: https://github.com/langchain-ai/langsmith-cookbook/blob/main/testing-examples/export-test-to-csv/export-test-to-csv.ipynb |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jameswpm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could use this: https://github.com/langchain-ai/langsmith-cookbook/blob/main/testing-examples/export-test-to-csv/export-test-to-csv.ipynb
or the constituent APIs