Pierre Clisson

Results 27 comments of Pierre Clisson

The problem is that the `timeflux.helpers.background` module is calling the system default Python executable, which may be missing or missing dependencies. You want to use the executable embedded within your...

Same thing here (macOS 12.1, Intel). The interface does not show up. Jack installed via Homebrew, all firewalls disabled. This is what I get when I start the server: ```...

Hi Arne, Thanks for the report. I believe `msgpack` is seldom used by Timeflux users, so I agree we should deprecate it. Actually, and as you probably noticed, the code...

Hi @nik-sm, good catch! When we published the demo, we needed the dev version of PyRiemann, but since then, a new PyPy package has been released that includes our fixes....

Still not sure of what "this" exactly refers to. We should stick to the sklearn API, so in any case let's keep the code in transform(). If the adaptative mode...

Oh, I remember our discussion now :) I think we should implement it, because of the weird artifacts that will appear otherwise, but I am open to counter-arguments.

@lkorczowski The repo is nearly ready for publication. More cleanup is necessary, but it can wait after we have a PIP package: - remove unnecessary files/methods in helpers - remove...

Hi, Apologies for answering only now. The `predict` node accumulates probabilities from the classification engine and emits a final prediction when enough confidence is reached. - I haven't touched the...