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 missing utils file for outliers example #45

Closed huiwengoh closed 1 year ago

huiwengoh commented 1 year ago

The outliers example notebook imports helper functions but there is currently none defined. I believe that the file containing these helper functions was accidentally deleted in https://github.com/cleanlab/examples/pull/18, adding that file back with no extra edits.

@ulya-tkch if you could do a quick check that the added file contains the intended helper functions for the outliers notebook that'd be great, thanks!