You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the same result for both. Labeling coverage and overlaps is the same for both. Because of that the problem has to be the order of the rows.
System info
How you installed Snorkel (conda, pip, source):
Build command you used (if compiling from source):
OS:
Python version: 3.6.8
Snorkel version: 0.9.3
Versions of any other relevant libraries:
dask==2.8.1
pandas==0.25.3
numpy==1.16.4
The text was updated successfully, but these errors were encountered:
Issue description
I'm using PandasParallelLFApplier to apply labeling functions to a pandas dataframe with 5000 rows.
Code example/repro steps
Using PandasParallelLFApplier
Same code using PandasLFApplier
Second row is different.
Expected behavior
I would expect the same result for both. Labeling coverage and overlaps is the same for both. Because of that the problem has to be the order of the rows.
System info
dask==2.8.1
pandas==0.25.3
numpy==1.16.4
The text was updated successfully, but these errors were encountered: