cleanlab / cleanlab/cleanvision

Performance optimization (improve efficiency / runtimes / memory usage)

Open
#40 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
Python
Stars
1.2k
Forks
83
PR merge metrics
No merged PRs in 30d

Description

Try to speed up the runtime of this library on large datasets. This can be done via:
- [ ] speeding up individual checks
- [ ] reusing more computation across checks
- [ ] using parallelism

This is a great issue to get started contributing to this repo! There are many ways to achieve speedup (speeding up individual checks will be the easiest). It is easy to verify speedup via basic benchmarking that also ensures the results remain the same.

Contributor guide

Open the contributing guide

Research direction

Start by locating the individual checks and the code that runs them over large datasets. Establish basic benchmarks that verify both runtime and memory usage while confirming results remain unchanged. Done means a measured efficiency improvement, with benchmark results documenting the change.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
computer-vision, performance
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.