OpikEvaluationDataset test branch#128
Open
lrcouto wants to merge 5 commits into
Open
Conversation
Signed-off-by: Laura Couto <[email protected]>
Signed-off-by: Laura Couto <[email protected]>
This reverts commit dec5228. Signed-off-by: Laura Couto <[email protected]>
086c61d to
3a39a3a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reopened from #125
This branch is to test OpikEvaluationDataset (kedro-org/kedro-plugins#1364). PR is to make it easier to see differences compared to main.
How to test
opik-evaluationbranch of kedro-academyconf/local/credentials.yml:Then we can run the pipeline and check the result on the opik dashboard:
Expected in the Opik dashboard:
evaluations/intent_agent_evaluationappears under DatasetsRun the pipeline a second time without changing the local file. Content hash deduplication means no new items are created in Opik, the item count stays the same.
Expected: dataset item count unchanged; a new experiment run is recorded.
Then, add a new item to
data/intent_detection/evaluation/intent_evaluation.jsonand rerun. The new item should appear in the remote dataset after load.