-
Notifications
You must be signed in to change notification settings - Fork 578
Better support for missing labels #2288
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
Changes from 18 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6bf4ba1
Fix prediction with NaN values in training labels
Turakar 1c4e19c
Missing observation support for multitask and allow MultivariateMulti…
Turakar d0cf651
Fix error in MultitaskMultivariateNormal indexing on '...'
Turakar 2c4ac2f
Fix indexing with negative values
Turakar 03f2dd2
Add tests
Turakar 270216b
Render docs for MultitaskMultivariateNormal indexing and missing obse…
Turakar 954bed9
Fix docs warning
Turakar 5fee76f
Fix docstring
Turakar cfa5435
Finally fix docstring
Turakar 2531588
Change missing data handling to option flag
Turakar e7fca20
Revamp missing value implementation
Turakar 31ed8dd
Fix Python version incompatibility
Turakar 8546fd3
Increase atol on variational tests
Turakar 1ac3b8e
Merge branch 'master' into missing-data
Turakar 605db40
Merge branch 'master' into missing-data
Turakar e7b10cd
Merge branch 'master' into missing-data
Turakar 6ab4e55
Add ExactMarginalLogLikelihoodWithMissingObs back with deprecation wa…
Turakar a55470a
Merge branch 'master' into missing-data
Turakar e2713ac
Add warning if kernel matrix is made dense
Turakar a67b40b
Fix docs
Turakar 49fc2f4
Add quick path for noop slice indices
Turakar e8ecbef
Add test for noop slice indexing
Turakar 4706477
Fix docs
Turakar e8788c8
Switch to MaskedLinearOperator
Turakar bd75162
Merge branch 'master' into missing-data
Turakar 866bb6b
Merge branch 'master' into missing-data
Turakar 522cbcf
Switch to MaskedLinearOperator from linear-operator 0.5.1
Turakar 15ad542
Disable test_t_matmul_matrix() for LazyEvaluatedKernelTensor
Turakar c7677a1
Merge branch 'master' into missing-data
Turakar 1034955
Fix merge conflict
Turakar 6310aff
Merge branch 'master' into missing-data
Turakar 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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.