Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aggregate component #26

Merged

Conversation

Hakimovich99
Copy link
Contributor

Dask transform component to aggregate the evaluation results. Might have to be adapted to new dataset format.

@Hakimovich99 Hakimovich99 linked an issue Nov 27, 2023 that may be closed by this pull request
Copy link
Member

@RobbeSneyders RobbeSneyders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @Hakimovich99,

This will only aggregate a single metric, right?

I would prefer to hardcode the metrics that we're using instead of making it dynamic and limited to a single metric.

@Hakimovich99
Copy link
Contributor Author

Thanks @Hakimovich99,

This will only aggregate a single metric, right?

I would prefer to hardcode the metrics that we're using instead of making it dynamic and limited to a single metric.

No, it aggregates every metric. Here it's the context_relevancy and context_precision. It takes all metrics columns output from the previous component and gives the agg metric for each.

Hakimovich99 and others added 3 commits November 28, 2023 14:16
Actually not interesting to have this argument. The user will already choose the metrics to compute in the "retriever_eval" component, no need to choose again which metrics to agg, we can just agg them all.
@RobbeSneyders
Copy link
Member

Ah yes, I see. Since you add the metrics as rows. Nice solution 👍

Copy link
Member

@RobbeSneyders RobbeSneyders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@RobbeSneyders RobbeSneyders merged commit b47ab9a into main Nov 29, 2023
1 check passed
@RobbeSneyders RobbeSneyders deleted the 19-implement-component-to-aggregate-metrics-across-rows branch November 29, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement component to aggregate metrics across rows
2 participants