Skip to contents

Collapse a training explanation-path analysis into compact per-class and per-path tables.

Usage

summarize_explanation_paths(paths)

Arguments

paths

An object returned by calculate_explanation_paths().

Value

A list with per_class and per_path tibbles.

Examples

if (FALSE) { # \dontrun{
path_summary <- summarize_explanation_paths(paths)
path_summary$per_class
path_summary$per_path
} # }