-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Simple stick breaking #4129
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
Merged
Merged
Simple stick breaking #4129
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
83ab40a
simplified StickBreaking
katosh 731e6b5
fix StickBreaking jacobian
katosh 61ba98e
use stable logsumexp in StickBreaking
katosh 6b78e24
Rename n to Km1 to more easily compare patch.
bsmith89 8157760
Drop first dimension when computing determinant of the Jacobian of th…
bsmith89 8cba7e1
Drop newly unused expit import.
bsmith89 3a2dca2
Side-by-side stickbreaking implementations for comparison.
bsmith89 6c556f4
Use same suffix for alternative stickbreaking transform.
bsmith89 c0cfbd5
Add separate tests for new stickbreaking implementation.
bsmith89 3f1f9f1
correct jacobain of Stickbreaking2
katosh 4903997
Merge remote-tracking branch 'pymc3/master' into simplify-stick-breaking
katosh ebd41b1
use `pymc3.math.logsumexp` in `StickBreakin2`
katosh c8612c8
remove old deprecated comment in `StickBreaking2`
katosh b9b72a8
remove `distributions.transforms.StickBreaking2.backwards_val`
katosh e0dc317
include ignored parameter `point` in `StickBreaking2.forwad_val`
katosh 236a713
`StickBreaking2` in the release notes
katosh d84f928
fix release notes typo
katosh 960e004
accuracy test that only `StickBreaking2` would pass
katosh 7242402
replace StickBreaking with the new alternative
katosh 7d400c9
cite isometric logration in StickBreaking
katosh 4345c5b
update release notes
katosh 3b42c03
update lda-advi-aevb.ipynb with new stickbreaking
katosh 3e60ab6
remove t_stick_breaking reference
katosh 30452db
remove unused import
katosh db23321
deprecation warning for `eps` in Stickbreaking
katosh 1e1fa1e
clarify jacobian implementation
katosh 56fcd74
remove revealing file system reference
katosh 36f55ec
Revert "remove unused import"
katosh 53f0fa4
fix stickbreaking accuracy test for 32bit
katosh 11a9dc9
remove unused import
katosh 7540973
test eps deprecation of StickBreaking
katosh 231f0b4
fix indentation
katosh f2bb87c
Merge remote-tracking branch 'pymc3/master' into simplify-stick-breaking
katosh 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.