-
Notifications
You must be signed in to change notification settings - Fork 16
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
Questions #6
Comments
The parameter from concept import ConceptModel
concept_model = ConceptModel()
concepts = concept_model.fit_transform(paths_to_my_facebook_images, docs=list_of_my_facebook_messages) Then, you can visualize the top keywords describing each with I would advise going through the example in the documentation to get a feel of how the application works. |
hello, @erwanlenagard ! |
Apologies for the very late response! Seems this got lost in my inbox somewhere...
Ah, my apologies, that indeed confuses things! Then my earlier response is not at that accurate. In that response, I was referring to The |
Hello,
Thank you for sharing you great work. I'd like to have a better understanding of the "fit_transform" function.
Thank you very much
The text was updated successfully, but these errors were encountered: