Marvin Hansen

Results 21 comments of Marvin Hansen

Thanks for the time & effort to dig deeper into this! BTW, the optuna optimizer seems to faster and easier to use: https://optuna.org/#key_features https://github.com/pfnet/optuna/tree/master/examples

I did a lot of validation on technical indicators on a FCN net, and here are the main insights: 1) Delta is key Just adding the difference (delta) between the...

Bumping up. I get the same error on Python 3.8.6 Update: Just clone the repo, and import the Python scripts and for the most part it works after a bit...

FYI, I'm running IB Gateway + IBC stable on Kubernetes on GCP: https://github.com/marvin-hansen/IB-gateway Docker works fine with VNC. Kubernetes works stable, but not VNC connect, obviously. I was able to...

Start multiple socket streams for multiple symbols as shown below. Note, if you want to stop data streams per symbol, then you have to track each close channel individually and...

Yes, that's correct. I'm working currently on an improved go WS client as there a multiple issues with the current implementation which wasn't stress tested.

@denvash for president!!! that is super useful. Thanks for sharing. Totally support the PR: Please add the microservice.

Still present in Ubuntu 20.04. Exact same error from exact same file. Swift 5.3 clang version 10.0.0-4ubuntu1 Target: x86_64-pc-linux-gnu Thread model: posix ` 1608198104.553934900: src/main/tools/linux-sandbox-pid1.cc:393: child started with PID 2...

Confirm the issue. `call graphql.idl(null)` Does not delete the schema. Also, there are a lot of nodes deleted long ago in the graphql schema and to clean things up, the...

1000% upvote, SPARQL is super important. Reasons can be seen here: [Comment](https://github.com/dgraph-io/dgraph/issues/4724#issuecomment-589998470)