Operators: Transform and process your data
In Snorkel Flow, operators perform transformations over DataFrames. Consider an application where you want to classify emails as SPAM or HAM (not spam). Before ...
Built-in operators
Snorkel Flow has a series of built-in operators to perform commonly used transformations:
User-defined operators
The Snorkel Flow Python SDK provides utilities to help you define operators using Python code. These user-defined operators be registered with Snorkel Flow and ...
Adding a data table viewer
The TableConverter Operator allows you to represent lists of elements in a table view in the label section of the Snorkel Studio.