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

Document LDA-related models #2026

Merged
merged 29 commits into from
Jun 20, 2018
Merged
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
904ac18
Started documenting the LDA module. This is WIP, squash this commit l…
steremma Apr 4, 2018
4746235
More work on the LDA module
steremma Apr 5, 2018
3cf885d
Started documenting the callbacks module
steremma Apr 8, 2018
355b56a
Merge branch 'document-lda' of https://github.com/steremma/gensim int…
steremma Apr 9, 2018
761907c
Finished documenting the Callbacks module
steremma Apr 9, 2018
3dff0fb
Finished documenting LdaModel, example fix still pending
steremma Apr 11, 2018
366bc08
Added documentation to the multicore version of LDA. Examples still n…
steremma Apr 11, 2018
10025de
applied code review corrections
steremma Apr 13, 2018
908064e
temporary chunk of work on the sequential lda model
steremma Apr 14, 2018
59d471b
Fixed examples
steremma Apr 14, 2018
8fb1e51
Fixed examples for multicore LDA
steremma Apr 14, 2018
80c5058
Fixed examples in the callbacks module. EpochSaver raises a pickling …
steremma Apr 14, 2018
92e1b73
trivial fix
steremma Apr 16, 2018
ca8e749
Added documentation for the DTM. Inspection and feedback probably nee…
steremma Apr 16, 2018
6277ae9
Applied code review corrections
steremma Apr 18, 2018
b6e2a25
Documented part of the SSLM helper class.
steremma Apr 22, 2018
51d5ad8
Finished documenting all helper classes in the sequential LDA module
steremma Apr 22, 2018
95afc67
Improved module level docstring example
steremma Apr 23, 2018
49d5b47
Fixed example
steremma Apr 30, 2018
1fc53c9
fix pep8
steremma Apr 30, 2018
29286b9
formatting fixes in LDA based modules
piskvorky Jun 18, 2018
a4bb211
fix formatting in ldaseqmodel (module seems broken)
piskvorky Jun 18, 2018
af76ba6
update lsimodel docs
piskvorky Jun 18, 2018
45464dc
revert breaking code-changes
menshikh-iv Jun 20, 2018
d39ce3a
fix PEP8 and documentation build
menshikh-iv Jun 20, 2018
6f3ef20
cleanup callbacks
menshikh-iv Jun 20, 2018
113b48b
cleanup ldaseqmodel
menshikh-iv Jun 20, 2018
c8b91c6
cleanup ldamodel
menshikh-iv Jun 20, 2018
0d8862c
cleanup ldamulticore (+ add link to onlineldavb.py script to ldamodel…
menshikh-iv Jun 20, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading