Skip to content

Commit c481aa6

Browse files
draft notebook
1 parent 09a2dc8 commit c481aa6

File tree

2 files changed

+410
-1
lines changed

2 files changed

+410
-1
lines changed

notebooks/Exponential Trend Smoothing.ipynb

Lines changed: 407 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
from pymc_experimental.statespace.core.compile import compile_statespace
1+
# ruff: noqa: I001
2+
23
from pymc_experimental.statespace.core.representation import PytensorRepresentation
34
from pymc_experimental.statespace.core.statespace import PyMCStateSpace
5+
from pymc_experimental.statespace.core.compile import compile_statespace
46

57
__all__ = ["PytensorRepresentation", "PyMCStateSpace", "compile_statespace"]

0 commit comments

Comments
 (0)