opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

Perform hyperparameter tuning on L2G #3253

Open ireneisdoomed opened 6 months ago

ireneisdoomed commented 6 months ago

As a developer, I want to run cross-validation and hyperparameter tuning on L2G because this will allow us to enhance the model performance.

Background

The L2G model is based on a gradient boosting (XGBoost) algorithm that typically benefits from careful tuning of hyperparameters to obtain an optimal performance. Our current set up allows us to parametrise variables like the depth of the tree, learning rate, or to apply regularisation values just by defining the parameter grid through the configuration file. At the same time, with W&B we will be able to evaluate how the model is reacting to the different parameter combination.

Personally, I don't expect these will play a huge role in the performance of L2G, but I hope to see subtle improvements in model accuracy and the ability to generalise.

Tasks

Notes

The work describe in https://github.com/opentargets/issues/issues/3252 will have an impact on this issue. I'd suggest attacking that one first.

addramir commented 1 week ago

It can be affected by https://github.com/opentargets/issues/issues/3440. To my opinion on this stage it is "should".