-
![image](https://cloud.githubusercontent.com/assets/10181938/8811623/56bfc1da-2fb4-11e5-858b-74fcbd57ef73.png)
This might be helpful to Dagger Implementation. Taken from: https://github.com/konmik/ko…
-
I'm currently trying to get familiar with Snorkel, so I ran the [tutorial notebooks](https://github.com/HazyResearch/snorkel/tree/master/tutorials/intro). During training in the fifh, I get an error a…
-
Hi Snorkel Team,
I am one of the interns at the Canary Center working with Gautam and Dr. Mallick on MarkerVille, and am facing some issues with loading gold labels. We discussed debugging methods …
-
I'm trying to run the CDR out of the box (freshly downloaded data, brand new db) on master and getting the same error on both raiders and my local machine (stack trace below). Is this expected behavio…
-
Hi Snorkel Team,
We had a demo on Monday and wanted to revert back to `v0.5` to make sure we didn't hit any bugs or snags with the new `v0.6` release.
However, the tag for `v0.5` is from Januar…
-
Hi,
It seems
>> `corpus_parser = CorpusParser()`
is taking forever time - though you have mentioned it will take at the max 10 mins..
Here is the output:
`corpus_parser = CorpusParser()
>…
-
```
from snorkel.parser import CorpusParser
cp = CorpusParser(doc_parser, sent_parser)
%time corpus = cp.parse_corpus(session, 'News Training')
--------------------------------------------------------…
-
Hi,
Thank you, for sharing such a good and self-declarative notebook...!
I have got an error I am appending below:
`
-------------------------------------------------------------------------…
-
Hey,
I wanted to ask if you are open for Python 3 compatibility. I've already made it running for me locally. After some further checks if it's still compatible with Python 2.7, I could do a PR 🙂
-
When instantiating the `SentenceNgramViewer` class from a list of `Candidate` objects, the viewer's first first panel renders as blank
```
from snorkel.viewer import SentenceNgramViewer
SentenceNgr…