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

Topic Modeling: Add topic evaluation scores #687

Merged
merged 3 commits into from
Aug 13, 2021

Conversation

ajdapretnar
Copy link
Collaborator

Issue

Partially implements #665.

Description of changes

Add log perplexity (for LDA) and topic coherence scores to the widget.

Includes
  • Code changes
  • Tests
  • Documentation

self.widget.commit()
self.process_events(until)

self.assertNotEqual(self.widget.perplexity, "n/a")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works in the widget, but not here. I assume I am not calling the method change correctly. Help?

@ajdapretnar ajdapretnar merged commit b838706 into biolab:master Aug 13, 2021
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

Successfully merging this pull request may close these issues.

2 participants