snorkel.slicing.PandasSFApplier¶
-
class
snorkel.slicing.PandasSFApplier(lfs)[source]¶ Bases:
snorkel.labeling.apply.pandas.PandasLFApplierSF applier for a Pandas DataFrame.
See
snorkel.labeling.core.PandasLFApplierfor details.-
__init__(lfs)[source]¶ Initialize self. See help(type(self)) for accurate signature.
- Return type
None
Methods
__init__(lfs)Initialize self.
apply(df[, progress_bar])Label Pandas DataFrame of data points with LFs.
-