You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supporting hyper-parameter searching enables us to properly benchmark the algorithms. This issue is a thread discussing how to support hyperparameter searching in CF explanation methods.
In essence, this problem is a multi-objective problem (i.e., minimizing invalidity and cost). Bayesian optimization seems to be an obvious choice.
Some open-sourced libraries of hyper-parameter searching:
At present, I would prefer to implement our own Bayesian optimization algorithms for hyperparameter searching, instead of relying on these open-source libraries.
The text was updated successfully, but these errors were encountered:
Supporting hyper-parameter searching enables us to properly benchmark the algorithms. This issue is a thread discussing how to support hyperparameter searching in CF explanation methods.
In essence, this problem is a multi-objective problem (i.e., minimizing invalidity and cost). Bayesian optimization seems to be an obvious choice.
Some open-sourced libraries of hyper-parameter searching:
At present, I would prefer to implement our own Bayesian optimization algorithms for hyperparameter searching, instead of relying on these open-source libraries.
The text was updated successfully, but these errors were encountered: