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

Extend report() to produce nicely formatted summary cards #139

Open
jwmueller opened this issue Mar 22, 2023 · 12 comments
Open

Extend report() to produce nicely formatted summary cards #139

jwmueller opened this issue Mar 22, 2023 · 12 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jwmueller
Copy link
Member

The cards should summarize the issues in a dataset like from the CleanVision blogpost: https://cleanlab.ai/blog/cleanvision/

Here's an example of a desired output from Caltech-256:
Screen Shot 2023-03-22 at 9 29 20 AM

@jwmueller jwmueller added enhancement New feature or request good first issue Good for newcomers labels Mar 22, 2023
@jwmueller
Copy link
Member Author

Thanks @anishathalye for the suggestion!

@addison-ch
Copy link

Could I be assigned/look into this?

@jwmueller
Copy link
Member Author

Hi @addison-ch Yes would be awesome to have your help on this! Hopefully the task is clear. Figuring out how to get a nice layout like this for an arbitrary dataset with arbitrary numbers of each types of issue will be a fun problem to think about :D

@addison-ch
Copy link

Okay thanks, I am very new to this project and open source in general, so apologies if it takes a while to get set up or if I have a bunch of questions later on

@jwmueller
Copy link
Member Author

No worries, excited to have your help! FYI you may find it easier to start with this issue:
#135

to get an idea of how the plotting code works in different environments.

@addison-ch
Copy link

Is it okay for me to work on it even if someone is already assigned? Or did you mean to just take a look at what the issue might involve?

@sanjanag
Copy link
Member

sanjanag commented Apr 4, 2023

You can start working on it, there's no one assigned or has started working on it as of now.

@addison-ch
Copy link

Okay awesome, thanks!

@sanjanag
Copy link
Member

sanjanag commented Apr 4, 2023

Some useful links that I used to put together the collage in the issue.
https://note.nkmk.me/en/python-pillow-square-circle-thumbnail/
https://note.nkmk.me/en/python-pillow-concat-images/

Let me know if you need any other help.

@sanjanag
Copy link
Member

sanjanag commented Apr 4, 2023

To run the example script, setup the python environment as shown in development guide and run
python examples/run.py --path <path_to_dataset>

@manulpatel
Copy link
Contributor

manulpatel commented May 5, 2023

Hello! I am new to cleanlab and would be happy to work on this issue. Is anyone already working on it?

Also to get myself familiar with code and cleanvision, I want to run the example script as guided in above comment. But couldn't find the file.

Update: I have found the new examples script file.

@sanjanag
Copy link
Member

sanjanag commented May 9, 2023

Hi @manulpatel ! Great to see your interest in contributing. Right now there's no one working on this issue. However, it might be easier to get started with this visualization issue #122 before diving into constructing summary cards.
Here are some more issues that you could help with:
#90
#130
#124

@jwmueller jwmueller added help wanted Extra attention is needed hacktoberfest labels Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants