Hafiz Uddin

Results 5 issues of Hafiz Uddin

Following is the full error which I am getting. ``` Traceback (most recent call last): File "cleanit.py", line 212, in cit.train() File "cleanit.py", line 114, in train pyx = cleanlab.latent_estimation.estimate_cv_predicted_probabilities(...

I am trying this [lookup_compound | Keep original casing](https://symspellpy.readthedocs.io/en/latest/examples/lookup_compound.html#keep-original-casing) example on a Bengali corpus of unigrams and bigrams. As a separator I have used comma. But it seems to be...

I am trying to serialize a [fasttext](https://fasttext.cc/docs/en/supervised-tutorial.html) model using `jsonpickle`. It seems to be that, the serialization and de-serialization works without posing any error. But after de-serialization, when I want...

not-a-jsonpickle-bug

Hi, I feel the banning option of `setModerationStatus` not working properly. Please find the detailed issue from this SO post: [Does YouTube Data API Comments: setModerationStatus banAuthor have bug?](https://stackoverflow.com/q/67391045/6907424)

Without equality, say if, `percent_covered_thresh == 1` and `iou_thresh == 1`, then the operator() would return `False` when there is indeed 100% overlap.