-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FCM lags suspicious results #152
Comments
Thanks for the question. The optimal order (lag) for the vector regression model is determined automatically using bayesian information criterion. As a result, even if we set lags as 100, the optimal one might still be selected as 2. To avoid that optimization process, you may consider setting criterion as None, e.g.,
|
What's the expected result when lags=3, is it going to permutate all the possible columns 3 times? |
Sorry, I'm not sure if I fully understand the question. The lags here mean those for lagged causal relations (in contrast to contemporaneous causal relations). |
Okay so this is my understanding so far (we should really put some basic example in the test folder): |
Also would be interesting to see how to import the output into a DAG for DoWhy. |
Hi there,
I wanted to see the effects of lagged variables on the car dataset so I did a quick sanity check:
The output doesn't show any influence of the lag factor, see below:
I would expect that the matrix lag and the causal order features increases as the lag increases?
For example when Lag is equal to 2, I should see double the columns and features?
The text was updated successfully, but these errors were encountered: