Tutorials
The in-platform Notebook server, accessible via the Notebook button in the sidebar
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...
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...
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 ...
Custom data points
Snorkel Flow supports the usage of custom data points (such as paragraphs, bounding box, time range, etc.).