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

Doubt regarding data pass to saved model #32

Open
sandeshchand opened this issue Oct 2, 2021 · 0 comments
Open

Doubt regarding data pass to saved model #32

sandeshchand opened this issue Oct 2, 2021 · 0 comments

Comments

@sandeshchand
Copy link

Dear sir,
This is simple question but i am not sure about the result.I am working on topic model and using lda algorithm which is unsupervised learning algorithm.I have total 120 documents.i have divided documents into 100 and 20.Firstly, i passed 100 documents to th model and store the result.Then i saved the model and dictionary.
Now this saved model is used to predict the topics of 20 documents and got the result.

as we know saved model is used to predict the unseen data.
My question is can i pass first 100 documents (documents is used during saving the model)together with 20 documents(unseen document) to the saved model? Is it possible? will it effect the model performance.

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