Replies: 2 comments 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.
-
Hello, I have a question for you. In this case, I found that the main focus is on studying the causal effect of each attribute in a certain feature variable (such as card type) on the transaction amount. Can Ylearn explain the causal effect between each feature variable on the transaction amount? Instead of just analyzing one of the feature variables, a more macro approach is used to perform a causal inference on all variables to obtain the causal effect of each feature variable on the result variable. Thank you for your answer. |
Beta Was this translation helpful? Give feedback.
-
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