mlcommons / mlcommons/mobile_app_open

Use the full dataset for accuracy validation in the integration test

Open
#655 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

domain:ci
Dominant language
C++
Stars
71
Forks
31
Avg merge
6d 10h
Merged PRs (30d)
2

Description

In our integration test we have a check to validate the accuracy results of the benchmarks. Currently, the app uses a tiny subset of the full dataset, so its result may not be reliable.

We should use the full dataset instead. Since this test is run exclusively on our CI, the full dataset can be stored privately on Google Cloud.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the integration test that validates benchmark accuracy and trace how it currently selects the tiny dataset. Review how CI can access a private full dataset on Google Cloud; done means the integration test runs against the full dataset and validates the resulting accuracy reliably.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, gcp
Domain
data, testing-qa
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.