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 ...
Applications and operators
An application is an end-to-end pipeline of data frame transformations implemented as an operator (see Operators) graph. You can use Application Studio to insta...
Adding a data table viewer
The TableConverter operator is a powerful tool in Snorkel Studio that allows you to represent complex, nested data in an easily readable table view. If your dat...
Built-in operators
In Snorkel Flow, operators perform transformations over DataFrames. Snorkel Flow includes a collection of built-in operators to perform commonly used transforma...
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 ...
Custom operators (SDK)
All information relating to building custom operators can be found in the SDK documentation: