-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
bayeux
to access a wide range of samplers (#775)
* use bayeux to access a wide range of samplers * use bayeux to access a wide range of samplers * add notebook links to family table (#774) * access methods programatically * clean bayeux idata to be consistent with pymc model coords * rename alternative sampler args in tests * change docstring to reflect bayeux sampler names * bayeux dependencies are numpyro/jax/jaxlib/blackjax * rename idata coords and dims to PyMC model * add JAX based sampler dependencies * Update code of conduct (#783) * Update code of conduct * update changelog * [WIP] Fix HSGP predictions (#780) * Delete all HSGP slices at the same time * Make interpret consider kwargs in function calls * Update code of conduct (#783) * Update code of conduct * update changelog * Update formulae to >=0.5.3 * start a test for the hsgp and 'by' * update changelog * bayeux 0.1.9 updates * bump bayeux version * remove TFP methods, optimizers, and resolve pylint errors * alternative backends docs * tests for JAX based samplers except TFP * add TFP backend example * add TFP MCMC methods * don't use flowmc, chees, meads for categorical model * call model.backend.inference_methods to show list of samplers * docstring changes * inference_methods attribute and change JAX random seed * Add FutureWarning to inference_method parameter * black formatting and resolve pylint errors * fix package name * drop 3.9 and add 3.12 to testing matrix * change Python versions in requires-python and target-version * remove python 3.11 black target-version * pin requires-python to <3.13 * pip upgrade setuptools * Bump PyMC to 5.12 * Upgrade black and pylint * remove upgrading of setup tools --------- Co-authored-by: Tomás Capretto <tomicapretto@gmail.com>
- Loading branch information
1 parent
ff685b7
commit 714ccb7
Showing
16 changed files
with
7,097 additions
and
87 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
"""Code for loading datasets.""" | ||
|
||
from .datasets import clear_data_home, load_data | ||
|
||
__all__ = ["clear_data_home", "load_data"] |
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
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.