-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement sparse gaussian process methods (#128)
* Implement sparse FITC method * Cleanup * Linting * Fix comment * Refactor documentation * Add noise estimation or noise constant option * Add Eq, PartialEq * Remove mean model from SGP as zero trend is always used * Fix test tolerance * Implement random inducing points * Implement VFE sparse method * Add relevant initial guess and bounds * Fix doc * Improve doc * Remove generic mean arg unused as it is always Constant * Add SGP example * Update README * Use same optimize_theta as GP in SGP * Renaming * Renaming in CI * Relax noise estimation tolerance * Relax test tolerance * Fix bad test in MOE: do not test derivatives on hard recombination
- Loading branch information
Showing
11 changed files
with
1,325 additions
and
155 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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.