-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix docstrings for gensim.sklearn_api
. Fix #1667
#1895
Merged
Merged
Changes from 27 commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
4cee8fa
fixed docstring for `sklearn_api.lsimodel`
steremma ab0303c
removed duplicated comment
steremma 4dc001f
Fixed docstring for `sklearn_api.text2bow`
steremma 69faf41
Fixed docstrings for `sklearn_api.phrases`
steremma 5052dfb
Applied code review corrections in sklearn wrappers for:
steremma c027203
constructor docstrings now only mention the type of each argument. Fo…
steremma 3815605
Brought back parameter explanation in the wrappers for easier lookup
steremma c1e05df
added examples to __doc__, work still in progress
steremma 4cfbf5c
added simple and executable examples to `__doc__`
steremma f2615ef
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim…
steremma 3581a46
temp work on some more wrappers
steremma 8ef1105
finished docstrings for LDA wrapper, examples pending
steremma add7420
finished doc2vec wrapper with example
steremma 38a610f
completed LDA wrapper including example
steremma 5f00f34
finished the tfidf wrapper including example
steremma 1d8c63c
PEP-8 corrections
steremma f8fffd6
w2v documentation - example result pending
steremma c866af0
Merge branch 'sklearn-api-docs' of https://github.com/steremma/gensim…
steremma 3cf28a3
fixed w2v example
steremma b55a2a2
added documentation for the lda sequential model - examples pending
steremma 6c1aeb8
Merge branch 'develop' of https://github.com/RaRe-Technologies/gensim…
steremma b0600cd
added documentation for the author topic sklearn wrapper including ex…
steremma e2ca72f
improved example by presenting a way to get a pipeline score
steremma f66abbb
improved example using similarities
steremma e4dc868
added documentation and examples for the rp and hdp models
steremma 8df7ce5
minor example improvements
steremma dc33b91
fixed reference
steremma 836af6f
removed reference
steremma 4a3ce08
fix doc building
menshikh-iv ef5d7ab
Merge branch 'sklearn-api-docs' of https://github.com/steremma/gensim…
steremma 4285741
unidented examples and fixed paper references
steremma 2f02cfe
Merge branch 'sklearn-api-docs' of https://github.com/steremma/gensim…
steremma 0c56ae9
finalized ldaseq wrapper
steremma 64f8d4f
fix __init__
menshikh-iv 9b4c375
Merge remote-tracking branch 'upstream/develop' into sklearn-api-docs
menshikh-iv 7a204e1
resolve merge-conflict with pivot norm
menshikh-iv 39bbe31
fix atmodel
menshikh-iv 20ea33e
fix atmodel[2]
menshikh-iv 31fb94e
fix d2vmodel
menshikh-iv 4432b77
fix hdp + small fixes
menshikh-iv e729a26
fix ldamodel + small fixes
menshikh-iv 14fcf22
small fixes
menshikh-iv 07a8cba
fix ldaseqmodel
menshikh-iv 5325d05
small fixes (again)
menshikh-iv b250ca4
fix lsimodel
menshikh-iv 3fc3bef
fix phrases
menshikh-iv dc9f659
fix rpmodel
menshikh-iv 4ec4619
fix text2bow
menshikh-iv 36a263a
fix tfidf
menshikh-iv ae4a5b4
fix word2vec
menshikh-iv 0ad6580
cleanup
menshikh-iv 8a45bef
cleanup[2]
menshikh-iv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe mention paper only in original class (not here), wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will replace references with
some text <http://...>
_