Skip to content

Commit adb94c5

Browse files
committed
small fixes related to pr comments
1 parent 110505a commit adb94c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

causalpy/pymc_models.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
- LinearRegression model
66
77
Models 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
911
manipulation input data, often to ensure `y` has the correct shape.
1012
1113
"""
14+
1215
from typing import Any, Dict, Optional
1316

1417
import arviz as az

causalpy/skl_experiments.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)