-
![image](https://user-images.githubusercontent.com/18054531/29776301-b921b8a0-8bf7-11e7-91f4-d822b3714e9d.png)
-
I completed building a model in snorkel, how to use it on new data?
@jason-fries @ajratner
-
Hi all,
when I try to excecute workshop 3, it has errors.
"from snorkel.learning import RandomSearch, ListParameter, RangeParameter". Actually there's no definition of ListParameter and RangePara…
-
I have labelled quite a large number of samples through SentenceNgramViewer. How do I save it to the database so that I don't have to label them manually each time I run the script?
Thanks!
-
With current master I keep running into a hanging app once I swipe to the image tab of a cache.
It is not clearly reproducible up to now and only happening on my tablet but not on my phone.
What happ…
-
Not able to understand what happens after marginal probabilities are generated.
How does the discriminative model work?
@ajratner @stephenbach
Thankyou
-
Hi, amazing tool once again!
https://arxiv.org/pdf/1711.10160.pdf has mentioned about pattern-bootstrapping approaches using SPIED (https://nlp.stanford.edu/software/patternslearning.html) with sno…
KHvic updated
6 years ago
-
Hi ,
install using Pip install , result to folder under py2env->Lib->site-packages : snorkel &snorkel-0.0.12.dist-info
from notebook run
import snorkel - s…
-
Hi there,
Is it possible to use snorkel to label some data within my python script outside jupyter notebook?
I have tried doing that even the import statement throws error.
ModuleNotFoundErro…
-
There's a few parts to this task.
- [x] Setup readthedocs so that documentation is auto built
- [x] Fix the import errors with readthedocs
- [ ] ~~Go through the code and improve docstrings thro…