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

How to fit artm.ARTM model with new data without removing the old one? BigARTM #1044

Open
timofann opened this issue May 13, 2021 · 1 comment

Comments

@timofann
Copy link

I want to fit my model with new data.
I used method artm.ARTM.reshape_tokens to add new items to dictionary and fit the model again, but it removed old data. I decided to use two different artm.Dictionary objects and method artm.Dictionary.create to create new dictionary manually. But I have no information about generating DictionaryData object for this method.

@timofann
Copy link
Author

Использую python

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

1 participant