seismometer.api.cohort_comparison_report¶
- seismometer.api.cohort_comparison_report(exclude_cols=None)¶
- Generates (or loads from disk) the ydata-profiling report stratified by the selected cohort variable. - Note: Does not regenerate the report if one exists on disk. - Parameters:
- exclude_cols (Optional[list[str]], optional) – Columns to exclude from profiling. If None, defaults to excluding the identifiers in the dataset, by default None.