Maxim Podkolzine
Maxim Podkolzine
Thanks! If the upcoming API isn't set in stone yet, I'd suggest make it generic via `InputStream` and `OutputStream`. This way the client will be able stream the object in...
This is definitely useful for testing.
With each new java version, the migration is looking more and more necessary.
Are the releases expected to be available here: https://mvnrepository.com/artifact/com.oath.halodb/halodb?repo=bt-yahoo ?
Yeah, can see that. My question is about mvn/gradle repository.
FYI, I found JitPack pretty helpful for those who don't want to deal with tokens and just get a dependency: https://jitpack.io/ But the group needs to be changed to: ```...
Thanks @andrewpol777 you're right, this is more robust.
If you have the resources I would suggest you run and predict the price constantly. You can make the move when the model is most certain about the next price.
Hi @flamby First of all, you can examine the logs and check the best scores that RNN or DNN models are showing (by the way there's also verbose logging, but...
Hi @flamby I see what you mean. What I usually do is let all models to learn and then drop the similar ones from the ensemble. Note that combining models...