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

[Challenge] Confident Predictions Selection #17

Open
alinapark opened this issue Sep 8, 2023 · 1 comment
Open

[Challenge] Confident Predictions Selection #17

alinapark opened this issue Sep 8, 2023 · 1 comment

Comments

@alinapark
Copy link
Contributor

alinapark commented Sep 8, 2023

Confident Predictions Selection is a bounty challenge 💸

Your task

To design a model capable of selecting the top 10% of predictions that will exhibit the smallest mean distance.
You have an option to work with either or both of the text data and raw predictions. Additionally, you may perform any form of aggregation or transformation on the raw predictions as you see fit.

Validation Metrics

The primary metric for this challenge is the mean distance of the selected top 10% predictions. Your objective is to minimize this value.
As a secondary metric, we designed the Class Representation Index (CRI). In essence, CRI compares the class distribution before and after filtering, giving a higher weight to classes that were initially larger. The primary purpose of this metric is to detect cases where a class is significantly less represented after filtering compared to its original size.

Please, see the dedicated repository for instructions

@ingakaspar ingakaspar changed the title [Challenge] Confident Predictions Selection [Challenge] Confident Predictions Selection Sep 8, 2023
@tenseisoham
Copy link

Can I contribute to this if this issue is still open @alinapark ?
The Repo has a due date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants