Open
Description
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:
BaggingClassifier(base_estimator=DecisionTreeClassifier())
With:
BaggingClassifier(estimator=DecisionTreeClassifier())
Can I Work on This?
I'd love to contribute by fixing this issue. Please let me know if I can submit a PR!
Metadata
Metadata
Assignees
Labels
No labels