-
-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add PyStan3 reloo example [docs] (#1583)
* add pystan3 reloo example * add nest_asyncio * fix class imports * fix super call * update workbook * update wrappers * move pystan refitting files * update sampling wrappers md. * rename pystan3 to pystan * update wrapper notebook * fix mypy * fix missing import * black * update doc references Co-authored-by: Oriol (ZBook) <[email protected]>
- Loading branch information
1 parent
1b5d24f
commit b71c83b
Showing
8 changed files
with
693 additions
and
91 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"""Sampling wrappers.""" | ||
from .base import SamplingWrapper | ||
from .wrap_pystan import PyStanSamplingWrapper | ||
from .wrap_stan import PyStan2SamplingWrapper, PyStanSamplingWrapper | ||
|
||
__all__ = ["SamplingWrapper", "PyStanSamplingWrapper"] | ||
__all__ = ["SamplingWrapper", "PyStan2SamplingWrapper", "PyStanSamplingWrapper"] |
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 |
---|---|---|
|
@@ -11,3 +11,4 @@ Experimental feature | |
|
||
SamplingWrapper | ||
PyStanSamplingWrapper | ||
PyStan2SamplingWrapper |
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
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