captest.capdata.CapData.run_pipeline

CapData.run_pipeline(config)

Rebuild and run each filter step from a list of config dicts.

config is a list of to_config() dicts (e.g. from filters_to_config() or a loaded YAML). Each step is constructed via filters.step_from_config and run against this CapData in order. Requires data loaded and regression_cols resolved (run process_regression_columns first) for filters that need them.