causalimpact icon indicating copy to clipboard operation
causalimpact copied to clipboard

Python port of CausalImpact R library

Results 9 causalimpact issues
Sort by recently updated
recently updated
newest added

Hi, I'm happy to see that you have ported this package to Python as I was thinking of doing this myself. I am wondering if someone has gone ahead and...

I never had this error until recently. When I do impact.run(), I see the following error: `--------------------------------------------------------------------------- TypeError Traceback (most recent call last) in ----> 1 impact.run() /opt/anaconda3/envs/ishbooks/lib/python3.6/site-packages/causalimpact/analysis.py in run(self)...

breaking out the wider confidence intervals from the rest of the issues raised in #7. This is potentially due to the R version placing an [upper limit](https://github.com/google/CausalImpact/blob/master/R/impact_model.R) on the standard...

I'm not sure whether there is an error in the calculation of p_value of the code. As the following figure shows, the p_value is calculated by the mean value of...

### Issue At the moment, the report summary doesn't render properly when p>alpha (statistically insignificant), as shown below. ![Screenshot 2024-03-20 at 10 43 05 AM](https://github.com/jamalsenouci/causalimpact/assets/19767136/f84dc9c8-706c-41f1-bd10-2d2834f55ff4) This is caused by the...

Just wondering why the point_pred lower and upper bounds are unusually large for the first data point. This happens even in the example while this is not the case with...

Causal impact is failing recently due to this error: `module 'pandas.core.dtypes.common' has no attribute 'is_date_time_or_time_delta_type'` Pandas seems to have removed `is_date_time_or_time_delta_type` as I can not find it here: https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py

As per issue #48, `is_datetime_or_timedelta_dtype` no longer exists in the pandas module. [`pandas.api.types.is_datetime64_dtype`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.api.types.is_datetime64_dtype.html#pandas-api-types-is-datetime64-dtype) seems to achieve the desired result.

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies