Caleb Chiam
Caleb Chiam
This error came up in Cleanlab Studio's training container as well. The problem stemmed from us passing a pred probs numpy array to `find_label_issues`, where the values were strings instead...
I was able to style it by adding a CSS class to the icon, i.e. ``` import { GrPrevious } from "react-icons/all"; export default function App() { } ``` And...
Based on the dependencies in the package.json, isn't it only compatible with React 16?
@jpwchang Can we merge this?
Hi @wwwidonja, thanks for raising this. We did some restructuring of the repo recently, so that broke some links. Here is the [link](https://github.com/CornellNLP/Cornell-Conversational-Analysis-Toolkit/blob/master/convokit/tests/notebook_testers/test_corpus_partial_load.ipynb). And here is the documentation for [Corpus](https://convokit.cornell.edu/documentation/corpus.html)....
We've thought about this before, but simply put, there is no way to do this given the fact that the corpus is loaded from simple JSONList files. (Which does not...
Hmm, based on the stack trace, this looks like an error caused by the spacy dependency. @tisjune, if you have the time, can you take a look at this and...
@BonJovi1 Looks like the problem first arises with the Spacy 3.2.0 release, so any release
Great to hear! We'll keep this issue open until we resolve it properly on our end.