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

Add find-tabular-errors notebook #35

Closed cmauck10 closed 1 year ago

jwmueller commented 1 year ago

There is one remaining issue though.

Screen Shot 2023-01-26 at 10 31 32 PM
cmauck10 commented 1 year ago

What does this mean? How do I go about changing the kernel? @jwmueller

huiwengoh commented 1 year ago

What does this mean? How do I go about changing the kernel? @jwmueller

In jupyter notebook, go to edit > edit notebook metadata and ensure that the the "display_name" field in the json says "Python 3 (ipykernel)"

Apologies this is unclear, will add more explicit instructions to dev.md for future developers

cmauck10 commented 1 year ago

When I opened the notebook in Jupyter, the kernel was the correct default. It also had a colab attribute (downloaded from colab originally), so I removed that. Hope it passes now.