data_juicer.ops.load module

data_juicer.ops.load.load_ops(process_list)[source]

Load op list according to the process list from config file.

Parameters:

process_list – A process list. Each item is an op name and its arguments.

Returns:

The op instance list.