helper_plot_top_contributors: Plot top contributions (internal function)

View source: R/plots.R

helper_plot_top_contributorsR Documentation

Plot top contributions (internal function)

Description

This function generates a plot of the top contributing features for the top n models.

Usage

helper_plot_top_contributors(
  shap_table,
  name,
  n,
  color = "#52565e",
  labels_data = NULL,
  sec_label = NULL
)

Examples

plot_top_contributors(shap_table, name, 10)

Mushriq/mixmap documentation built on Jan. 28, 2024, 7:22 p.m.