Tim Rohner

Results 8 comments of Tim Rohner

Besides, it is also strange that after 0 training steps I would have this portfolio value in the test set. ` ============================== step 0 ------------------------------ the portfolio value on test...

Isn't the second part of the "training" the backtest? This is where I get always something around 3. My omegas look also really strange like this `[0.0552289 0.05902788 0.05904754 0.05922116...

If I monitor the events `kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic ingest-events` I only see the event getting through which then also gets displayed in the UI EDIT I could find a...

I think that would be a really useful feature. @mathiasertl the combination of the two approaches would be great: Celery serializer should just .model_dump() all pydantic models and the wrapper...

The problem with this approach is that it does not really consider the type hint in the task for decoding. It actually encodes the model with the registered encoder and...

I actually now made it work by using @zeroohub solution together with defining a BaseTask ``` from inspect import signature from celery import Task, Celery class BaseTask(Task): def __call__(self, *args,...

Is there an update on this issue?

@antonpirker is it planned to merge this PR? ray is becoming more and more popular, would be great to use sentry with it.