Skip to content

Conversation

aagrande
Copy link
Member

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