snorkelflow.client.operators
Operator related functions.
Functions
add_operator(operator[, overwrite]) | Add an operator (defined as UserDefinedOperator). |
add_operator_class(operator[, overwrite]) | Add an operator class. |
check_conflicting_operator_name(operator_name) | Check whether an Operator name conflicts with the name of a built-in Operator. |
delete_operator(operator_name) | Delete an operator given the operator name. |
execute_operators(df[, processor_config, ...]) | Execute a series of operators from a given dataframe, and either a processor_config or a workflow_config. |
get_custom_operators() | List all user defined operators. |
get_default_operator(operator_name) | Return a description of the a specific built-in operator |
get_default_operators([op_type_filter]) | Return a description of the built-in operators |
get_operator_code(operator_name) | Get code for a user defined operator. |
get_operator_config(operator_name) | Get operator config for a user defined operator. |