amplab / velox-modelserver

http://amplab.github.io/velox-modelserver/
Apache License 2.0
110 stars 26 forks source link

Scheduling/batching for online retraining #38

Closed dcrankshaw closed 9 years ago

dcrankshaw commented 9 years ago

Currently, each user model is retrained every time a new observation is made for that user. It turns out that doing a lot of concurrent user-model training kills throughput. Doing some basic scheduling for user-model retraining may be useful, and I suspect that retraining on every new observation may not be necessary.

dcrankshaw commented 9 years ago

Implemented in #54