-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow for non-centered with scalers * bring back the logic from #829 * closes #1177 * import plot_curve * support for more dimensions * move the test suite * change the import in the example * add back the type hint * hopefully display the plots * correct the docstring * more the tests around * change the reference format * implement HSGPPeriod based on prior_linearized example * Be explicit in the docstring * Switch to using pytensor for operations * pull out eta and ls as Prior class * Add serialization methods for Periodic class * set seed in the example for period * use pydantic for validation * add some tests * handle case with pytensor array * Some validation on the L parameter * Remove reference for prior since works for posterior as well * add test for period hsgp * test for serialization * support for CovFunc as well * consolidate similar logic * use the HSGP class internally * handle the drop first case * checks for non-dict parameters and higher dimen block * fix the failing tvp tests * run the notebook with new names * migrate to mmm.hsgp module * support for more dimensions in HSGPPeriodic * Specific training in description --------- Co-authored-by: Juan Orduz <[email protected]>
- Loading branch information
1 parent
f4d5030
commit 45d03ea
Showing
17 changed files
with
4,050 additions
and
2,518 deletions.
There are no files selected for viewing
3,599 changes: 1,873 additions & 1,726 deletions
3,599
docs/source/notebooks/mmm/mmm_time_varying_media_example.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
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.