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

Grid Search for Parameter Optimisation #197

Open
lm-fsng opened this issue Mar 29, 2021 · 1 comment
Open

Grid Search for Parameter Optimisation #197

lm-fsng opened this issue Mar 29, 2021 · 1 comment

Comments

@lm-fsng
Copy link
Collaborator

lm-fsng commented Mar 29, 2021

An option for VariantSpark to search for optimal parameters using a grid search where users can provide a search grid with parameters to test. There is an implementation in Python in the scikit-learn python library (https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html).

This will help with the parameter optimisation process.

@rocreguant
Copy link
Collaborator

rocreguant commented Feb 12, 2024

Two main points:

  1. How to select the best model?
  2. Automated way to find the best VS model

Current options:

  • Piotr's ranger OOB.
  • Other options, are against the benchmark and true positives.
  • LocalFDR (Rob's method)
  • Rule of thumb (the results seem quite consistent)

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

No branches or pull requests

2 participants