Skip to content

reports.py: add option to skip single classifier page with 'overview_only' in config

Patrick Godwin requested to merge report_overview into master

A quality of life change for myself, I added the option to pass in overview_only = True in the report section of the config to skip over the single-classifier reports and only generate an overview, which sometimes takes an extended period of time (30+ minutes). Defaults to False.

Merge request reports