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

LDA: Add random state #688

Merged
merged 2 commits into from
Jul 21, 2021
Merged

LDA: Add random state #688

merged 2 commits into from
Jul 21, 2021

Conversation

ajdapretnar
Copy link
Collaborator

@ajdapretnar ajdapretnar commented Jul 21, 2021

Issue

LDA is a generative model and has thus a random state that one can preset. For Orange workflows to be reproducible, we need to set a fixed random seed.

Description of changes

Add a fixed random seed.

Should we instead add a checkbox for reproducible LDA in the widget?

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-commenter
Copy link

codecov-commenter commented Jul 21, 2021

Codecov Report

Merging #688 (7c74a18) into master (44e0cf0) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #688      +/-   ##
==========================================
+ Coverage   74.02%   74.09%   +0.06%     
==========================================
  Files          72       72              
  Lines        9159     9230      +71     
  Branches     1239     1253      +14     
==========================================
+ Hits         6780     6839      +59     
- Misses       2139     2149      +10     
- Partials      240      242       +2     

@lanzagar lanzagar merged commit eddfa45 into biolab:master Jul 21, 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.

3 participants