notadamking/RLTrader

New Data Stream with Machine learning and RL process

Open

#13 opened on Jun 7, 2019

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Python (1,592 stars) (535 forks)batch import
enhancementgood first issuehelp wanted

Description

I think that we should add Data stream to receive continuously new updated data, Train the model on the new data, check if there is model performance improves if yes, then we should update the model.

i found interesting post about it https://medium.com/analytics-vidhya/data-streams-and-online-machine-learning-in-python-a382e9e8d06a

Contributor guide