Replies: 1 comment 6 replies
-
Hi, Thanks for the question. Currently YLearn is not specially designed for time series data, thus it might not be appropriate to directly apply YLearn to time series data. However, it is still possible to apply YLearn to the example data suggested in your comment. Specifically, when calling |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a time series dataset and am wondering how I could use YLearn in with my data? For example lets say I have 4 columns: rate1,rate2,rate3,rate4 (which are all floats). and lets say I wanted to find the causal estimator score for how each rate affects my 'rate1' column (my target feature).
After running the why.fit() function like so 'why.fit(train_data,outcome)', I get my treatment float columns, but am unsure how I can see visualizations or find insights into why/how these treatment variables affect my target feature. how can I find the causal effect of my treatment variables on my outcome variable, and create visualizations with meaningful insights? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions