Skip to content

Commit

Permalink
Updating docstring in _aggregate_shap_values_dict.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Mar 3, 2021
1 parent 830775a commit f8ffba7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -131,8 +131,9 @@ def _aggreggate_shap_values_dict(values, provenance):
values (dict): A mapping of feature names to a list of SHAP values for each data point.
provenance (dict): A mapping from a feature in the original data to the names of the features that were created
from that feature.
Returns:
dict
dict - mapping from feature name to shap values.
"""

child_to_parent = {}
Expand Down

0 comments on commit f8ffba7

Please sign in to comment.