File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55- LinearRegression model
66
77Models are intended to be used from inside an experiment
8- class (see pymc_experiments.py). This is why the examples require some extra
8+ class (see `pymc_experiments.py
9+ <https://causalpy.readthedocs.io/en/latest/api_pymc_experiments.html>`_).
10+ This is why the examples require some extra
911manipulation input data, often to ensure `y` has the correct shape.
1012
1113"""
14+
1215from typing import Any , Dict , Optional
1316
1417import arviz as az
Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ class DifferenceInDifferences(ExperimentalDesign):
298298 Example
299299 --------
300300 >>> df = cp.load_data("did")
301- >>> seed = 42
302301 >>> result = cp.skl_experiments.DifferenceInDifferences(
303302 ... data,
304303 ... formula="y ~ 1 + group*post_treatment",
You can’t perform that action at this time.
0 commit comments