cleanlab / examples

Notebooks demonstrating example applications of the cleanlab library
https://github.com/cleanlab/cleanlab
GNU Affero General Public License v3.0
114 stars 21 forks source link

multi-label classification example: CelebA image tagging #27

Closed aditya1503 closed 1 year ago

aditya1503 commented 2 years ago

Adds model training code for CelebA to accompany cleanlab's main multi-label classification tutorial.

cgnorthcutt commented 2 years ago

Remember to add a 3 lines of code snippet at the top if possible that highlights example of the main methods and how to use them (doesn't need to be runnable) -- in a markdown block.

All tutorials and docstrings should have this eventually.

aditya1503 commented 1 year ago

Made another final pass of text/code edits, so please review these and give me thumbs up before I merge this.

TODOs for follow-up PR after this is merged (and the official links to these notebooks are available):

  • [x] make sure the links in these notebooks to one another are correct
  • [x] make sure the link to these notebooks in the tutorial notebook is correct
  • [x] add notebooks + short description to table of contents in main readme of this repo

LGTM!

minor change: Kaggle link is unofficial, so I replaced them with the original dataset link I've added the notebooks to README.md