Michael Osthege
Michael Osthege
Hi @kiudee, The package looks quite good! I'm particularly interested in Thompson Sampling, however my problem is high dimensional so I need to use the approximation from Hernández-Lobato 2014. Did...
The paper was accompanied by a [MATLAB implementation](https://bitbucket.org/jmh233/codepesnips2014/src/master/) for which I also found a [Python port](https://github.com/wujian16/Cornell-MOE/tree/master/pes). Unfortunately, due to the code formatting & absence of useful docstrings/comments I found it...
hi @kiudee, Thank you for those links. It took me a while to read them and also [Bradford, 2018](https://github.com/Eric-Bradford/TS-EMO/blob/master/TSEMO_V3.m#L495) which has a really good description of the RFF algorithm. My...
I had the same problems but instead of running my task on another thread I switched from calling `loop()` to `loop_start()`, which is advertised to run on its own thread....
It happened again and this time I saw in the logs that the client did not send its `PINGREQ` before being terminated by the server. Any ideas why it did...
@BertKleewein thanks for the reply. Yesterday I rolled out an update where I'm calling the enable_logging() before the loop_start(). My hope was that it gives us logs from the second...
@tburrows13 While trying your PIL-based TextClip you linked [here](https://github.com/Zulko/moviepy/issues/1472#issuecomment-763569193), I found that the default `bg_color="transparent"` causes an error with PIL: ``` ValueError: unknown color specifier: 'transparent' ``` Otherwise it works...
Interesting, I didn't know about typing.Annotated. Two questions: 1. Can the getter/setter of the field be modified to automatically apply a converter from the annotation? 2. How can we inject...
I see `Runaway argument?` in your log output that you skipped interactively? Every time I got `Runaway argument?` in the past few days, it was always the first symptom of...
@marianaiv I tried to add a citation to one of my figure captions and ran into the same problem. An error asking for interactive input during the build. ``` !...