clipPercentUpperbound property

double? clipPercentUpperbound
getter/setter pair

Excludes attributions above the specified percentile from the highlighted areas.

Using the clip_percent_upperbound and clip_percent_lowerbound together can be useful for filtering out noise and making it easier to see areas of strong attribution. Defaults to 99.9.

Implementation

core.double? clipPercentUpperbound;