-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support for custom resampling #24
Comments
@tecosaur Thanks for the suggestion. Let me see if I understand it. Each |
That is indeed what I'm proposing. This does also tie in with #25 somewhat, in that the |
Makes sense. It seems to me that we could implement this proposal, incorporating the out-of-bag predictions, and I'd support that. On the other hand, if a more substantial improvement / re-design is being entertained, then we'd want to incorporate those changes concurrently. I'd support that too, but doubt the core MLJ team has the resources to divert to such a project just now. @tecosaur Is that something you'd be interested in? |
For a problem I'm currently working on, it would be tremendously helpful if I could use a custom resampling method (in my case, a modified stratified bootstrap) to form the training sets used for each "atom" model in the ensemble.
At the moment
bagging_fraction
is supported, which is essentially special cases the bootstrap sample approach. Perhaps it would be possible for this to be generalized to support anyResamplingStrategy
?The text was updated successfully, but these errors were encountered: