seismometer._api.target_feature_summary

seismometer._api.target_feature_summary(exclude_cols=None, inline=False)

Generates (or loads from disk) the ydata-profiling report stratified by the target 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.

  • inline (bool, optional) – True to show the ydata-profiling report inline, by default False; displaying a link instead.