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

How to handle S@98 estimation when building an honest forest #225

Open
adam2392 opened this issue Feb 20, 2024 · 1 comment
Open

How to handle S@98 estimation when building an honest forest #225

adam2392 opened this issue Feb 20, 2024 · 1 comment

Comments

@adam2392
Copy link
Collaborator

  1. Rejection bootstrap sampling: if a bootstrap sample does not have enough control samples (e.g. 50 for S@98) to estimate S@98 properly, then reject this bootstrap sampled indices and repeat
  2. Upweight the sample weights based on class: this is the strategy sklearn currently has
  3. Stratify bootstrap sample:
@adam2392
Copy link
Collaborator Author

My inclination is just do 1

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