Adam King

Results 28 comments of Adam King

> Hi notadamking, I recently started using this library and this looks good. Would be interested to contribute to this project! > Interested! If you two could submit a couple...

One possible fix for this, would be to only apply that speed for the next `x` characters, where `x` is specified by `props.count` in the Backspace component. Otherwise, adding a...

Hi @ktattan, great suggestion. Perhaps the library should allow a prediction model to be passed in, so the user can decide at runtime whether they'd like to use SARIMAX, LSTM,...

I will be completing this tonight, along with the following requirements: * Implement live trading capabilities * Allow model/agent to be passed in at run time * Allow live data...

This is a great idea, and is actually what I planned to do for the next article. Since we will be using these algorithms to trade on Coinbase, I will...

This is currently not set up in the code, though the best space to add it would be in `train.py`.

@JohnAllen is correct. Re-training on each new data point would be over-zealous, and isn't likely to have much more benefit than re-training each day/few days. A live algorithm should therefore...

I have also run into this error, but have found no success in debugging it. It is caused by Inf or NaN making it into the model's network, though I...