Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Deprecation Warning: base_estimator in BaggingClassifier (Scikit-learn) - Machine Learning Tutorial Python - 21 #284

Copy link
Copy link
Open
@adityagh006

Description

@adityagh006
Issue body actions

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.