Open suhaibmujahid opened 12 months ago
Some of the model configurations could be formed as hyperparameters, then grid-search could be used to find the best combination.
Something like this was implemented in https://github.com/mozilla/bugbug/pull/1678/files as an experiment. Maybe we can take some of that.
I had a quick look, we should probably implement it from scratch.
Some of the model configurations could be formed as hyperparameters, then grid-search could be used to find the best combination.