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

[WIP] OOB-aware grid search. #3720

Closed
wants to merge 1 commit into from

Conversation

mblondel
Copy link
Member

This is a proof-of-concept of out-of-bag (OOB) aware grid search.

Some difficulties:

  • gradient boosting and random forest / bagging seem to have inconsistent OOB attributes
  • need a dirty hack because of current scorer API design (the new design in [WIP] Multiple-metric grid search #2759 may solve the problem)

@adrinjalali
Copy link
Member

Is this still relevant, there doesn't seem to be much interest in it. Since it never got out of the PoC stage and our grid search has evolved since then, closing, for a fresh implementation to come up once needed.

@adrinjalali adrinjalali closed this Aug 7, 2019
@amueller
Copy link
Member

amueller commented Aug 8, 2019

@adrinjalali doing this in some way is on the roadmap, but indeed we probably need a fresh start.

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

Successfully merging this pull request may close these issues.

None yet

3 participants