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

AttributeError: 'BaggingClassifier' object has no attribute 'enumerators_' #6

Open
Y-Saki26 opened this issue Aug 4, 2023 · 0 comments · May be fixed by #7
Open

AttributeError: 'BaggingClassifier' object has no attribute 'enumerators_' #6

Y-Saki26 opened this issue Aug 4, 2023 · 0 comments · May be fixed by #7

Comments

@Y-Saki26
Copy link

Y-Saki26 commented Aug 4, 2023

The description fit.enumerators_ in l33 of "ch6_feature_importance_analysis.py" does not work correctly because the attribute name is wrong, causing the error "AttributeError: 'BaggingClassifier' object has no attribute 'enumerators_'". The correct attribute is fit.estimators_.

@Y-Saki26 Y-Saki26 linked a pull request Aug 4, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant