David Carreto Fidalgo
David Carreto Fidalgo
Hi @cgnorthcutt, I used a list of lists, but internally cleanlab uses a one-hot encoded matrix when computing the order of the returned data points https://github.com/cleanlab/cleanlab/blob/aede5bd7db4caaac08147c487300675071858003/cleanlab/filter.py#L578 My initial idea was...
Feedback by José from datamaran. CC @frascuchon @leiyre @Amelie-V
CC @frascuchon @leiyre
My 2-cents: In general, I think the "auto-refresh"/"live-update" is conceptually easier to understand and easier to explain: the "view" (the list of records) always reflects the filter selection. So I...
> Comments after the call with @frascuchon : > > - from_tags should support BILOU > - add a private attribute to Record classes that hold the SpanUtils instance (this...
Ok, this should be ready to review. @frascuchon I left one inline comment, that I think should be corrected before merging.
Hi @Ankush-Chander and thanks a lot for your feedback! To be sure, you are referring to the record texts for token classification datasets in the UI, is that right? CC...
This is just a reminder for me: The head should store the logged metric names + the information if shown in the pbar or not. This would make a quick...
Hi @jlumpe, did you manage to make some progress on this? Also, you mentioned: > Just typing `Symbol` (and I'm assuming `.Symbol` and `.symbol.Symbol`, etc.) works but it is no...
On Discord lewismac pointed out that one could modify the `expiresAt` variable. > Look like expiresAt may be too short in your case, in ther server.go function for WaitUntilRunning >...