-
Notifications
You must be signed in to change notification settings - Fork 3
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
Uncertainty #7
Merged
Merged
Uncertainty #7
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26902e7 - Browse repository at this point
Copy the full SHA 26902e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61f2646 - Browse repository at this point
Copy the full SHA 61f2646View commit details -
Configuration menu - View commit details
-
Copy full SHA for f605615 - Browse repository at this point
Copy the full SHA f605615View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5be987 - Browse repository at this point
Copy the full SHA e5be987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 170dfda - Browse repository at this point
Copy the full SHA 170dfdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a912a - Browse repository at this point
Copy the full SHA 27a912aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78070b6 - Browse repository at this point
Copy the full SHA 78070b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95641f7 - Browse repository at this point
Copy the full SHA 95641f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea204c4 - Browse repository at this point
Copy the full SHA ea204c4View commit details
Commits on Aug 12, 2023
-
Refactoring, version bump 1.3.1 -> 1.4.0
- introduce parameter gp_type - remove parameter method - validate parameter consistency - compute Lp separatly - more testing
Configuration menu - View commit details
-
Copy full SHA for ef5dbed - Browse repository at this point
Copy the full SHA ef5dbedView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6610bb - Browse repository at this point
Copy the full SHA d6610bbView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cc75d9 - Browse repository at this point
Copy the full SHA 1cc75d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 459e5ef - Browse repository at this point
Copy the full SHA 459e5efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92201fb - Browse repository at this point
Copy the full SHA 92201fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c3609b - Browse repository at this point
Copy the full SHA 6c3609bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd6bbf - Browse repository at this point
Copy the full SHA 2cd6bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b66e05 - Browse repository at this point
Copy the full SHA 2b66e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf8601 - Browse repository at this point
Copy the full SHA 8bf8601View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb622f3 - Browse repository at this point
Copy the full SHA eb622f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for deeadd2 - Browse repository at this point
Copy the full SHA deeadd2View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2664fdd - Browse repository at this point
Copy the full SHA 2664fddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e2a29 - Browse repository at this point
Copy the full SHA b9e2a29View commit details
Commits on Aug 18, 2023
-
y_is_mean refines the handling of sigma in compute_conditional_mean
The key changes are: - **Old Behavior**: `sigma` explained noise on the input data, impacting the conditional mean functions and thus the prediction. This prediction reflected the mean over all functions and all possible inputs given the variability of the input data indicated by `sigma`. - **Intermediate Behavior**: `sigma` now only inflated the uncertainty of the prediction, assuming the input is fixed. The new behavior is more sensible for the `DensityEstimator`, where the uncertainty of the input is quantified only by ADVI inference but the values `y` are already mean values of the GP. - **Introduction of `y_is_mean` Parameter**: A boolean parameter `y_is_mean` is added to the `conditional_mean` that computes the predictive function of the GP. If `y_is_mean=True`, the `y` values are considered a fixed mean, and `sigma` only reflects the uncertainty estimate. If `y_is_mean=False`, the values `y` are treated as a noisy measurement, leading to a potentially smoothed value at corresponding locations `x`. This update brings clarity to the treatment of values we condition on in the Gaussian Process and allows controlling if they are seen as the mean of a Gaussian Process or noisy measurements. It promotes better alignment with the underlying statistical principles and the requirements of the `DensityEstimator` and `FunctionEstimator` ensuring backwards compatibility.
Configuration menu - View commit details
-
Copy full SHA for 27b7d63 - Browse repository at this point
Copy the full SHA 27b7d63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754b3be - Browse repository at this point
Copy the full SHA 754b3beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d12ec7 - Browse repository at this point
Copy the full SHA 9d12ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93af527 - Browse repository at this point
Copy the full SHA 93af527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebcc12 - Browse repository at this point
Copy the full SHA 2ebcc12View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe784dd - Browse repository at this point
Copy the full SHA fe784ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a8f04 - Browse repository at this point
Copy the full SHA 41a8f04View commit details -
Configuration menu - View commit details
-
Copy full SHA for c202a9d - Browse repository at this point
Copy the full SHA c202a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9404cbe - Browse repository at this point
Copy the full SHA 9404cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce51f4b - Browse repository at this point
Copy the full SHA ce51f4bView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db5e883 - Browse repository at this point
Copy the full SHA db5e883View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64dce7e - Browse repository at this point
Copy the full SHA 64dce7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f89a72 - Browse repository at this point
Copy the full SHA 8f89a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1aa0a - Browse repository at this point
Copy the full SHA 4a1aa0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4009a7 - Browse repository at this point
Copy the full SHA a4009a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b08cc - Browse repository at this point
Copy the full SHA 78b08ccView commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2028a8 - Browse repository at this point
Copy the full SHA e2028a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e0eab3 - Browse repository at this point
Copy the full SHA 2e0eab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4ccd3 - Browse repository at this point
Copy the full SHA 6a4ccd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4bb643 - Browse repository at this point
Copy the full SHA c4bb643View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fae3a5 - Browse repository at this point
Copy the full SHA 0fae3a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb2043 - Browse repository at this point
Copy the full SHA 9eb2043View commit details -
Configuration menu - View commit details
-
Copy full SHA for f926258 - Browse repository at this point
Copy the full SHA f926258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f04708 - Browse repository at this point
Copy the full SHA 7f04708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2728c36 - Browse repository at this point
Copy the full SHA 2728c36View commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for abf8046 - Browse repository at this point
Copy the full SHA abf8046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e87ccd - Browse repository at this point
Copy the full SHA 4e87ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3c6ef - Browse repository at this point
Copy the full SHA ff3c6efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 741a07e - Browse repository at this point
Copy the full SHA 741a07eView commit details
Commits on Aug 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 784c36e - Browse repository at this point
Copy the full SHA 784c36eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59ff524 - Browse repository at this point
Copy the full SHA 59ff524View commit details -
Configuration menu - View commit details
-
Copy full SHA for 318864a - Browse repository at this point
Copy the full SHA 318864aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12664df - Browse repository at this point
Copy the full SHA 12664dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8303a3b - Browse repository at this point
Copy the full SHA 8303a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e442be9 - Browse repository at this point
Copy the full SHA e442be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a288d - Browse repository at this point
Copy the full SHA d5a288dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bfb98 - Browse repository at this point
Copy the full SHA a0bfb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 334cd8e - Browse repository at this point
Copy the full SHA 334cd8eView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e195414 - Browse repository at this point
Copy the full SHA e195414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23de93a - Browse repository at this point
Copy the full SHA 23de93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1874c15 - Browse repository at this point
Copy the full SHA 1874c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 310bc7a - Browse repository at this point
Copy the full SHA 310bc7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fef82a9 - Browse repository at this point
Copy the full SHA fef82a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b70bb04 - Browse repository at this point
Copy the full SHA b70bb04View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ea0d6 - Browse repository at this point
Copy the full SHA e3ea0d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 222ef83 - Browse repository at this point
Copy the full SHA 222ef83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d66c20 - Browse repository at this point
Copy the full SHA 7d66c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56434e2 - Browse repository at this point
Copy the full SHA 56434e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bb40f - Browse repository at this point
Copy the full SHA 99bb40fView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cae38a9 - Browse repository at this point
Copy the full SHA cae38a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 251d0e7 - Browse repository at this point
Copy the full SHA 251d0e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4691f2f - Browse repository at this point
Copy the full SHA 4691f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 924aa5a - Browse repository at this point
Copy the full SHA 924aa5aView commit details
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.