captest.capdata.CapData.run_pipeline
- CapData.run_pipeline(config)
Rebuild and run each filter step from a list of config dicts.
configis a list ofto_config()dicts (e.g. fromfilters_to_config()or a loaded YAML). Each step is constructed viafilters.step_from_configand run against this CapData in order. Requiresdataloaded andregression_colsresolved (runprocess_regression_columnsfirst) for filters that need them.