Jonas Mueller
Jonas Mueller
Closes https://github.com/cleanlab/cleanlab/issues/889
Hi @tqdo , yes doing regression tasks with Datalab already exists in the latest developer version. ``` pip install "git+https://github.com/cleanlab/cleanlab.git#egg=cleanlab[all]" ``` https://docs.cleanlab.ai/master/cleanlab/datalab/datalab.html Note the `task` argument in Datalab (you can...
the tutorial is currently in the works not yet published. You can follow along with our progress in the linked PR. More precisely, the current working version of it is...
actually all of those capabilities are already available! That's why we extended Datalab to work for multi-label and regression tasks. This is not demonstrated in the current tutorials yet, but...
Hi @tqdo, sorry I gave you the pointer a bit too early, but now in the latest release: cleanlab v2.6.0, the original tip will now do what you wanted: Link...
Yes totally! But can you please articulate a clear plan on how you'd like to go about this? We want to be careful about introducing more dependencies for this package,...
> Hello, is anybody already working on this? I'd like to contribute if possible Awesome @milmin ! If it helps to have real-time interactive discussion, feel free to message me...
Support for finding label issues with string class names is now supported via `Datalab.find_issues()`
@JanFidor yes that sounds great! Note you would want to extend `cleanlab.filter.find_label_issues()` and `cleanlab.rank.get_label_quality_scores()` to the ordinal classification setting, assuming the user has trained their ordinal classifier model in the...
@JanuRam yes you can see many of the plots in our rendered documentation tutorials, eg: https://docs.cleanlab.ai/master/tutorials/datalab/datalab_quickstart.html have scroll bars. We would like the full plots to be visible on the...