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

Check that bagging is explained correctly from the manual approach #3

Open
cimentadaj opened this issue Jun 10, 2020 · 0 comments
Open

Comments

@cimentadaj
Copy link
Owner

You're 99% percent sure that it's correct but you need to get someone elses opinion. For the manual implementation, you're currently implementy 100 bootstraps of 60% of the data, training a small decision tree and predicting on the original data such that you have 100 predictions for each row.

Initial I thought the predictions were being done on the same bootstraped data but after a conversation with Jorge Lopez, this doesn't make sense but a bagged tree with a few bootstraps runs the risk of not including some rows in the bootstrap and thus get no predictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant