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

Added two new tutorial files (without interactive matplotlib, so it can pass tests) #455

Closed
wants to merge 1 commit into from

Conversation

neel-maniar
Copy link
Contributor

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've formatted the new code by running poetry run pre-commit run --all-files --show-diff-on-failure before committing.
  • I've added tests for new code.
  • I've added docstrings for the new code.

Description

These two notebooks follow the work of the paper on Linearly Constrained Gaussian Processes (see citation in notebooks).

They demonstrate

  • a way to encode two types of linear constraints into the kernel of a GP
  • mathematical explanations which follow the notation of the paper
  • another example of implementing Multi-Output GPs in GPJax.

Issue Number: N/A

@thomaspinder
Copy link
Collaborator

Hi @neel-maniar - thanks for this PR, the notebooks look super interesting. We've just released a large improvement to VTLab in v0.9. Most of the breaking changes are hidden away behind the scenes; however, I think they may affects aspects of your notebooks. I'll checkout the PR locally in the coming days and provide pointer on which lines may need updating and how this can be done.

@neel-maniar neel-maniar closed this by deleting the head repository Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants