Skip to content

Commit 00dc744

Browse files
authored
Merge pull request #307 from anevolbap/issue_210-add_skl_plots_to_README
Fix #210: Add scikit-learn plots to README.
2 parents 5a74c04 + 0012952 commit 00dc744

File tree

3 files changed

+352
-65
lines changed

3 files changed

+352
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Interrupted time series analysis is appropriate when you have a time series of o
178178

179179
| Frequentist | Bayesian |
180180
|--|--|
181-
| coming soon | ![](https://raw.githubusercontent.com/pymc-labs/CausalPy/main/docs/source/_static/interrupted_time_series_pymc.svg) |
181+
| ![](https://raw.githubusercontent.com/pymc-labs/CausalPy/main/docs/source/_static/interrupted_time_series_skl.svg) | ![](https://raw.githubusercontent.com/pymc-labs/CausalPy/main/docs/source/_static/interrupted_time_series_pymc.svg) |
182182

183183
> The data, pre-treatment model fit, and counterfactual are plotted (top). The causal impact is shown as a blue shaded region. The Bayesian analysis shows shaded Bayesian credible regions of the model fit and counterfactual. Also shown is the causal impact (middle) and cumulative causal impact (bottom).
184184
Lines changed: 32 additions & 0 deletions
Loading

docs/source/notebooks/generate_plots.ipynb

Lines changed: 319 additions & 64 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)