Skip to content
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 8 commits into from
Mar 9, 2022
Merged

Commits on Feb 28, 2022

  1. 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#
    nipunbatra committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    787b791 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. 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
    nipunbatra committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3c5349e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb960eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7ddc01 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Added the following

    1. trivial example for deep kernel learning
    2. combination of kernels
    3. using ARD in DKL example
    4. miscelleanous cleanup
    nipunbatra committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3a92456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb98307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11fbb64 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. This commit introduces small changes

    1. cleaned up warning using try, excepy block
    2. supressed the matplotlib stray text being printed using _ = ...()
    nipunbatra committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    0eec724 View commit details
    Browse the repository at this point in the history