-
-
Notifications
You must be signed in to change notification settings - Fork 986
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
Improvements to GP documentation #3027
Merged
Merged
Commits on Feb 28, 2022
-
1. Added xlabel and ylabel to loss v/s iterations plots
2. Added animation for fitting GP 3. Added plot of inducing points 4. Added animation for fitting inducing point GP 5. Added example showing impact of lengthscale#
Configuration menu - View commit details
-
Copy full SHA for 787b791 - Browse repository at this point
Copy the full SHA 787b791View commit details
Commits on Mar 2, 2022
-
This commits includes the following changes
1. Adds a simple example for binary GP classification 2. Adds a simple example for multi-class GP classification using the Iris dataset 3. Removes deepcopy for inducing points location, instead use np.array.copy() 4. Changes the animations from HTML to GIFs (each GIF is 1-2 MBs) 5. Miscelleaneous trivial cleanup and Black formatting
Configuration menu - View commit details
-
Copy full SHA for 3c5349e - Browse repository at this point
Copy the full SHA 3c5349eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb960eb - Browse repository at this point
Copy the full SHA cb960ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ddc01 - Browse repository at this point
Copy the full SHA d7ddc01View commit details
Commits on Mar 7, 2022
-
1. trivial example for deep kernel learning 2. combination of kernels 3. using ARD in DKL example 4. miscelleanous cleanup
Configuration menu - View commit details
-
Copy full SHA for 3a92456 - Browse repository at this point
Copy the full SHA 3a92456View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb98307 - Browse repository at this point
Copy the full SHA bb98307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11fbb64 - Browse repository at this point
Copy the full SHA 11fbb64View commit details
Commits on Mar 9, 2022
-
This commit introduces small changes
1. cleaned up warning using try, excepy block 2. supressed the matplotlib stray text being printed using _ = ...()
Configuration menu - View commit details
-
Copy full SHA for 0eec724 - Browse repository at this point
Copy the full SHA 0eec724View 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.