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

A function to shrink a model #3

Open
K-RLange opened this issue Aug 15, 2023 · 0 comments
Open

A function to shrink a model #3

K-RLange opened this issue Aug 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@K-RLange
Copy link

When training RollingLDA, the model grows in size in each consecutive time chunk. For large data sets this becomes problematic as all information regarding previous assignments and documents is still stored in the model, no matter how much time has passed.
It would be great to have a function to shrink the model by disregarding old documents and assignments in such cases to avoid the need for large RAM usage.

@JonasRieger JonasRieger added the enhancement New feature or request label Aug 23, 2023
@JonasRieger JonasRieger self-assigned this Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants