Joachim van der Herten

Results 27 comments of Joachim van der Herten

I realize this is an old issue, however today I encountered the same. google-auth however tries to obtain the id_token from the session to return credentials, which is always none....

@malinich would you be willing to share how you managed to get `await blog.commit()` functional in tornado? Currently, my tornado blocks on await (I think because commit returns a generator)....

Related to this (but not exactly the same): last week we created an additional framework implementation for umongo for a document store other than MongoDB. The code for it is...

Right now we implement (17) in that paper. We could add (18), should not be a big problem,

(18) is implemented in the notebook on defining new acquisition functions. We won't be adding it to the library as a standard option though. In case someone wants to try...

This issue is indeed caused by a cholesky decomposition faillure. The reason why this happens can be a bit diverse. Does this happen immediately after the initial 10 points? or...

1) I would go for the same, for convenience we can derive OrdinalRangeParameter from the standard OrdinalRange to make it a bit more convenient. In both cases, the resulting domain...

I'd like to comply with the naming in http://proceedings.mlr.press/v70/valera17a/valera17a.pdf

We haven given this some thought so far. With regards to the optimization of a discrete domain there are currently two approaches we can follow: - Evaluate the discrete part...

Lots of progress there, looking very good! Thanks a lot for the effort. Some thoughts: - It's the second wrapper class we would introduce, the structure is the same to...