We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d79b3 commit bf4eaaaCopy full SHA for bf4eaaa
causalpy/pymc_models.py
@@ -531,7 +531,7 @@ class InterventionTimeEstimator(PyMCModel):
531
>>> import causalpy as cp
532
>>> import numpy as np
533
>>> from causalpy.pymc_models import InterventionTimeEstimator
534
- >>> df = cp.load("its")
+ >>> df = cp.load_data("its")
535
>>> y = df["y"].values
536
>>> t = df["t"].values
537
>>> coords = {"sseasons" = range(12)} # The data is monthly
0 commit comments