cleanlab / cleanlab/cleanvision
Write unit test for imagelab.visualize()
Open
good first issue
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
`imagelab.visualize()`, picks random images from the dataset and visualizes them in a grid.
Existing tests : https://github.com/cleanlab/cleanvision/blob/main/tests/test_visualize.py
Things to test
- Test imagelab.visualize(issue_types) works as intended for all 3 types of dataset
1. local `data_path` folder dataset
2. huggingface dataset
3. torchvision dataset
- Test `show_id` argument
Contributor guide
Assessment
This issue has not been assessed yet.