Skip to content

Developing for Production (Daemon or Instance?) #681

Discussion options

You must be logged in to vote

This is a very interesting question. Both approaches have pros and cons, I guess it depends on what works better for your application. Stream learning models are designed to process single instances of data, in other words, for online environments. However, they can be used in offline settings if that works for your application.

The traditional approach is to allow the model to learn on the go as new data appears on the stream. This is particularly relevant if your stream has a constant flow of data at a high rate. This approach exploits the adaptability and incremental nature of the model.

It is possible to read the database at intervals, but your system would be dependent on when learni…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kristopher-wood
Comment options

Answer selected by kristopher-wood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants