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

[Feature Request] HP Interactions in fANOVA #149

Open
TheEimer opened this issue Jun 4, 2024 · 0 comments
Open

[Feature Request] HP Interactions in fANOVA #149

TheEimer opened this issue Jun 4, 2024 · 0 comments

Comments

@TheEimer
Copy link

TheEimer commented Jun 4, 2024

In principle, fANONVA can compute pariwise/setwise marginals to inspect hp interactions. In the current fANOVA evaluator, all of this is disabled, but actually it would just need some re-parsing of the existing output in the disabled functions. For pairwise marginals, I did this here: https://github.com/automl/arlbench/blob/experiments/rs_data_analysis/fanova_interactions.ipynb

If you compare that code to the current fANOVA evaluator, you'll see that's it's really only a matter of using hp names vs indices and adding the depth parameter to the importance call. How to plot this well is maybe another matter, but basic integration could be quite easy, e.g. via an option in process to also compute the marginals as it's really only one function call.

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

1 participant