Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting <AttributeError: 'DynamicGlobalExplanation' object has no attribute 'get_ranked_per_class_names'> when running PFIExplainer #594

Open
Manish-Hazra opened this issue Mar 19, 2024 · 0 comments

Comments

@Manish-Hazra
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant