-
We are currently applying snorkel to text classification with ~20 classes (in the future it will be more like 100). Right now there is 1 rule per class and they are rather complicated. It looks some…
-
**Update [31-Jan-2019]:** The problem could even be with the `id` field of the new Temporary Span. Apparently, directly copying `docContext.id` isn't a good idea.
----
This issue relates to #1039…
-
I installed snorkel via snap. I get:
```
$ snorkel.add-user niteria
SNAP DIR: /home/niteria/snap/snorkel/common
net.js:10
const cares = process.binding('cares_wrap');
^
…
-
https://en.wikipedia.org/wiki/Xgboost
Has Python / scikit learn bindings, can probably use this to put in with noise aware loss pretty quickly
-
I want to add additional domain specific labeling functions to existing generic annotations. So I was thinking of recursively feeding outputs as noisy crowd labels. Is there an existing implementation…
-
Running the intro tutorial with postgres yields candidate set sizes of 22254, 2811, and 2701. Running it with sqlite yields candidate set sizes of 22195, 2796, 2697.
My guess is that somewhere the…
-
Two minor issues. They're related, and I only noticed the second due to the first.
First: `candidate_subclass` fails when `id` is given as a field. I suppose there may be other reserved words that …
-
If the generative model produces probabilistic labels, I don't understand why we would feed those into a discriminative model ... the whole purpose was to give a prediction given an input and we have …
-
example from 'npm install':
```
npm WARN deprecated Faker@0.7.2: Please use the (lowercase) 'faker' package from now on.
npm WARN deprecated uws@0.14.5: stop using this version
npm WARN deprecat…
-
**1. Image Cropping / Aspect Ratio**
After updating to WooCommerce 3.3 all images in the store will be cropped into squares automatically. As theme authors, is there a way to prevent that? Or set the…