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

IBUG rebuttal #109

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

IBUG rebuttal #109

wants to merge 14 commits into from

Conversation

aagrande
Copy link
Collaborator

Adds:

  • new hyperparameter search space for IBUG and XGBoost.
  • IBUG with KDE.
  • scripts to run experiments on Ginsburg.

@aagrande aagrande requested a review from ANazaret October 16, 2024 21:01
Copy link
Collaborator

@ANazaret ANazaret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to include ibug kde in the code base?

Comment on lines +14 to +20
@pytest.mark.parametrize(
"model_class, params",
[
(IBugXGBoostKDE, {"k": 10}),
],
)
def test_all_models_sanity(model_class: Type[ProbabilisticModel], params: dict):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you called this test_all_models but only ibug kde is tested?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants