Snorkel Preprocess PackageΒΆ

Preprocessors for LFs, TFs, and SFs.

BasePreprocessor

alias of snorkel.map.core.BaseMapper

LambdaPreprocessor

Convenience class for definining preprocessors from functions.

Preprocessor

Base class for preprocessors.

nlp.SpacyPreprocessor

Preprocessor that parses input text via a SpaCy model.

spark.make_spark_preprocessor

Convert Mapper to be compatible with PySpark.

preprocessor

Decorate functions to create preprocessors.