Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incremental / online training #296

Closed
Rabrg opened this issue Jan 20, 2019 · 2 comments
Closed

Incremental / online training #296

Rabrg opened this issue Jan 20, 2019 · 2 comments

Comments

@Rabrg
Copy link

Rabrg commented Jan 20, 2019

For example, I would like to train an algorithm on all of the presently available data that I have. I constantly have an incoming stream of new data. I require an algorithm that can train on this new data, while keeping the progress of the original model (too much data to retrain the entire model from scratch every time new data arises).

Do any of the algorithms that this library implements support such "online" training?

@SunYatong
Copy link
Collaborator

Thanks for your attention.
Online training is not available currently. But the incremental function might be helpful for your requirements.

@Rabrg
Copy link
Author

Rabrg commented Feb 18, 2019

Thank you for the response. For my requirements incremental and online training is synonymous, and the incremental package appears to be exactly what I'm looking for. Thanks.

@Rabrg Rabrg closed this as completed Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants