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

Implement Bagging Classifier and Regressor #176

Open
kwanit1142 opened this issue Sep 27, 2021 · 0 comments
Open

Implement Bagging Classifier and Regressor #176

kwanit1142 opened this issue Sep 27, 2021 · 0 comments
Labels
enhancement New feature or request medium

Comments

@kwanit1142
Copy link
Collaborator

kwanit1142 commented Sep 27, 2021

Aim :- Make Bagging convenient according to the Base_Estimator_Model (Linear Regression, Decision Tree, SVMs, etc.) and according to their numbers too.

References :-

https://machinelearningmastery.com/implement-bagging-scratch-python/ <----- (Take Idea for Bagging Samples from here)

Most of the Implementation would be self-done. Still more resources would be tried to brough upon here.

Requirement :-

See KNN as Classifier and Regressor, in models.py, where the mode can be switched by changing the boolean value of the "classify" argument.

@kwanit1142 kwanit1142 added enhancement New feature or request medium labels Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium
Projects
None yet
Development

No branches or pull requests

1 participant