Maren Mahsereci
Maren Mahsereci
Hi, related to issue #121 this is the attempt at a one-vs-all sampler. The tasks created are binary classification tasks where class 0 represents one label and class 1 represents...
Hi, great work on the library! I am attempting to implement a task sampler that samples 1-vs-all tasks. That is every task is a binary classification problem where the class...
Test fails about 50% of the time due to infs or nans. `integration_tests/emukit/bayesian_optimization/test_constrained_loop.py::test_optimization_with_linear_constraint`
*Issue #, if available:* *Description of changes:* This PR adds - kernel embeddings for the Matern12 (a.k.a. Exponential) product kernel w.r.t. Lebesgue measure. - an EmuKit interface for this kernel....
@apaleyes what do you think about a new release on pypi? The `quadrature` package changed quite a bit in the last months.
The API references have several issues that should be addressed. These are, among others: - Some latex formulas are not rendered correctly - For some classes, the parameter descriptions are...
a tutorial notebook would be useful
it is not easy to read. Also we might want to move it out of the util folder
both WSABI-L and WSABI-M (Gunter et al. 2014) with their corresponding acquisition function might be a nice addition. - [ ] WSABI-L (is already useful without the variance implementation) -...
Currently the stopping condition is only checked at beginning of each loop-step. If the evaluation is cost/budget sensitive e.g., in multi-fidelity/source models or models where the input location determines the...