Andrew

Results 7 issues of Andrew

Looking to save my ternary plot without a background so that I can eventually overlay it on a different ternary plot. I tried setting the background color to transparent, but...

I am wondering how to find the acquisition function being used in AxClient() with the Service API when it isn't specified manually? I'm sure its buried among the attributes somewhere,...

question
in progress

Have you considered adding support for human-in-the-loop optimization? I believe this tool could find a lot of use in real-world experimentation.

Looking to replicate a non-standard ternary plot where the left and bottom axis increase from the bottom left corner ([example](https://blog.kakaocdn.net/dn/GwQkV/btrouyNmW6e/Lr8QGNDaFl8Pj7CMXvw35k/img.jpg)). This structure is fairly standard in my field, but I...

Added a script with some simple plotting util examples for different honegumi conditions. Covers all features that are currently available + some soon to be implemented options.

Consider adding date of last revision to tutorials and concept docs to reflect modifications or extensions.

`DiceLoss` has a `from_logits` parameter to handle both logits and probabilities, but `FocalLoss` does not. This creates an inconsistency when using models with softmax activation and requires awkward workarounds. ```python...