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

Support hyper-parameter searching for CF explanation methods #33

Open
BirkhoffG opened this issue Dec 4, 2023 · 0 comments
Open

Support hyper-parameter searching for CF explanation methods #33

BirkhoffG opened this issue Dec 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@BirkhoffG
Copy link
Owner

BirkhoffG commented Dec 4, 2023

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.

@BirkhoffG BirkhoffG added the enhancement New feature or request label Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants