David Carreto Fidalgo

Results 21 issues of David Carreto Fidalgo

Hi there :wave: It seems that for the `cleanlab.filter.find_label_issues` method, the ranking of the returned indices by `normalized_margin` is not working properly: ```python import numpy as np from cleanlab.filter import...

bug

Closes #1579 Validates the prediction/annotation spans in the client when creating the token classification records. For this, we introduce a new `SpanUtils` class that also takes care of transforming the...

Our server dataset model has a `metadata` field that we do not use in the client or the UI. It is exposed in the `rubrix.log` method which does not make...

enhancement
technical debt

**Describe the bug** When you add records to a dataset and press the "Refresh" button, the new records will appear, and also the "Records (x)" in the upper right corner...

bug

**Is your feature request related to a problem? Please describe.** [Copied from Slack] What I have in mind is creating the list of my TokenClassificationRecord and filtering the ones out...

enhancement
client

I wanted to include the listener dependencies to the conda "rubrix" package, but the new dependency `prodict` is unavailable at conda-forge. So either we help the maintainer of prodict to...

**Is your feature request related to a problem? Please describe.** [Cpoied from Slack] When annotating examples in a dataset, if you find a pattern bringing a lot of data (say...

enhancement
ui

The idea here is to separate the guides into conceptual and how-to guides. I think the current weak label guide is a good example that would benefit a lot from...

documentation

Hi @genediazjr @bact Thank you for this awesome package. We are using it as a dependency in our opensource [library Rubrix](https://github.com/recognai/rubrix). Since we want to support installations via conda, we...