ML icon indicating copy to clipboard operation
ML copied to clipboard

Does Rubix ML support Online learning?

Open flavio-schoute opened this issue 3 years ago • 1 comments
trafficstars

Hi,

I have question, is it possible to make the model dynamic. So basicly trained online. That is, data is continually entering the system and we're incorporating that data into the model through continuous updates. Is this possible with RubixML?

flavio-schoute avatar Mar 15 '22 10:03 flavio-schoute

Yes @Snicser, Online Learners are quite common in Rubix ML. I suggest reading the docs for the details.

https://docs.rubixml.com/1.0/training.html#batch-vs-online-learning

https://docs.rubixml.com/1.0/online.html

A list of the Online Learners can be found here:

https://docs.rubixml.com/1.0/choosing-an-estimator.html

andrewdalpino avatar Mar 16 '22 00:03 andrewdalpino