python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Presenting effect modification in causal graphs
I am quite new to causal inference and want to try some methods for treatment effect estimation. For this purpose, I created a the following data generation process in Python:
import numpy as np
n = ...
terra_cau
Votes: 0
Answers: 2
Is there a way a save plot generated by causalimpact in python?
Below is the sample code
import pandas as pd
from causalimpact import CausalImpact
data = pd.read_csv('https://raw.githubusercontent.com/WillianFuks/tfcausalimpact/master/tests/fixtures/arma_data.csv'...
user8619451
Votes: 0
Answers: 1
'ValueError: numpy.ndarray size changed, may indicate binary incompatibility' - but 2nd attempt succeeds
I am getting the following error when I deserialize a causalml (0.10.0) model in linux (x86-64), that has been serialized on os-x (darwin):
ValueError: numpy.ndarray size changed, may indicate binary ...
gerben
Votes: 0
Answers: 0