Developing and registering custom operators
In addition to Built-in Operators, one can develop a custom operator and use it as part of an application. In a nutshell, a custom operator is a Python function...
Developing and registering custom extractors
In addition to Custom Operators, one can develop a custom Span Extractor for Information Extraction applications. A Span Extractor is an operator that runs over...
Developing and registering custom operator classes
Generally, parameters for custom operators are hard-coded within the user-defined function. This is used for simple and quick transformations. To create custom ...
Using custom data points
Snorkel Flow supports the usage of custom data points (such as paragraphs, bounding box, time range, etc.).