You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError Traceback (most recent call last)
Cell In[13], [line 8]
[6] print('global importance rank: {}'.format(global_explanation.global_importance_rank))
[7]# Per class feature names
----> [8]print('ranked per class feature names: {}'.format(global_explanation.get_ranked_per_class_names()))
[9]# Per class feature importance values
[10]print('ranked per class feature values: {}'.format(global_explanation.get_ranked_per_class_values()))
AttributeError: 'DynamicGlobalExplanation' object has no attribute 'get_ranked_per_class_names'
The text was updated successfully, but these errors were encountered:
AttributeError Traceback (most recent call last)
Cell In[13], [line 8]
[6] print('global importance rank: {}'.format(global_explanation.global_importance_rank))
[7]# Per class feature names
----> [8]print('ranked per class feature names: {}'.format(global_explanation.get_ranked_per_class_names()))
[9]# Per class feature importance values
[10]print('ranked per class feature values: {}'.format(global_explanation.get_ranked_per_class_values()))
AttributeError: 'DynamicGlobalExplanation' object has no attribute 'get_ranked_per_class_names'
The text was updated successfully, but these errors were encountered: