Open allenkao opened 1 year ago
Thanks for the issue @allenkao. Apologies for the confusion, missing values are not supported in our current release of Causica. However, you may find the legacy release that supports the missing data functionality here: https://github.com/microsoft/causica/releases/tag/v0.0.0
We will update our Readme accordingly.
As claimed in the Readme on github, "Additionally, DECI supports learning under partially observed data." I purposely injected some Nan into pandas dataframe in multi_investment_sales_attribution example, but it's getting lots of training errors complaining missing values. How to get DECI working on real-world data that missing values are inevitable ?