How to analyze a subset of variables? #369
-
I have a collection of 3000 time-series, each with 2000 data points. Now, I am only interested in the parents of 5 of these 3000 time-series. Is there a way to run the analysis for these 5 time-series only? I checked the source code, and there is this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi. 'selected_variables' is now deprecated. You can use the parameter 'link_assumptions' instead. Its usage is described in Section 3 - "Integrating expert assumptions about links" in the tutorial, |
Beta Was this translation helpful? Give feedback.
Hi. 'selected_variables' is now deprecated. You can use the parameter 'link_assumptions' instead. Its usage is described in Section 3 - "Integrating expert assumptions about links" in the tutorial,
https://github.com/jakobrunge/tigramite/blob/master/tutorials/causal_discovery/tigramite_tutorial_causal_discovery_overview.ipynb