-
How can I connect to postgresql in v0.7?
The code I have been using in 0.6.2 is no longer working:
```
import os
os.environ['SNORKELDB'] = 'postgres:///snorkel07'
from snorkel import SnorkelS…
-
I would like to to test snorkel for some applications with simple tabular data: columns of numeric/categorical features, with rules defined over those features (`if column A>100 and column D == "red" …
-
This is more of a SQLAlchemy question, but wondering if anyone in the Snorkel community has figured out a better solution. All SQLAlchemy tutorials simply iterate over a query result like so:
```
re…
-
It seems that when you switched over to making this a proper module with setup.py, a lot of the requirements were dropped. Should probably be added back with [install_requires](https://packaging.pytho…
-
## Expected Behavior
Adding new questions to an item should not adversely affect any answers that were previously correctly matched.
## Actual Behavior
Adding a new question can actual…
-
Hi,
when running Workshop_6_Advanced_Grid_Search, under feature extraction I run into this error. What is the problem here?
----------------------------------------------------------------------…
afuyo updated
6 years ago
-
first of all thank you for creating Snorkel, seems a good and useful tool.
We would like to use Snorkel to something like labeling images. For example, we have two face detection heuristics that ar…
-
I have been not able to compile any map at any style after i formatted my pc, and i have tried reinstalling portal 2 and bee mod to no avail.
Here are the console logs and a screenshot of bee confi…
So2ro updated
5 years ago
-
Currently, Fonduer is kind of a monolitic package, where all database tables are created on init. In order to make development easier, we want to split Fonduer into sobmodules, each of which a single …
-
I have gone through many of the your tutorials and examples but I am not able to find any assistance on how to use snorkel for unstructured numerical data. Similar issue was raised by @gallamine #446 …