cleanlab / examples

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

change experimental module to models #33

Closed huiwengoh closed 1 year ago

huiwengoh commented 1 year ago

Changing function import namespace from experimental to models following migration in https://github.com/cleanlab/cleanlab/pull/601

jwmueller commented 1 year ago

one change though that should be made temporarily is:

In the requirements.txt for each of these updated examples, state that this example requires the developer version of cleanlab from github

# This notebook currently requires the latest developer version of cleanlab: pip install git+https://github.com/cleanlab/cleanlab.git

Cf. https://github.com/cleanlab/examples/blob/master/active_learning_multiannotator/requirements.txt