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
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_.
The text was updated successfully, but these errors were encountered:
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 isfit.estimators_
.The text was updated successfully, but these errors were encountered: