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
In the Jupyter Notebook for Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging (link to file), the parameter base_estimator used in BaggingClassifier is outdated.
Description:
In the Jupyter Notebook for Machine Learning Tutorial Python - 21: Ensemble Learning - Bagging (link to file), the parameter base_estimator used in BaggingClassifier is outdated.
###Suggested Fix:
Replace:
With:
Can I Work on This?
I'd love to contribute by fixing this issue. Please let me know if I can submit a PR!
The text was updated successfully, but these errors were encountered: