Closed AizazSharif closed 2 years ago
Hi @AizazSharif , and thanks for the question!
Indeed, since CausalNex works with a discretised version of the data (see the discretisation methods here ), The Bayesian Model can't evaluate a value that is not present in the training data.
There are alternatives to this:
I hope it helps!
Closing this issue for now. Feel free to re-open should there be further question
Hi,
I have been using Causalnex library over the past month in my PhD and its amazing even with large number of features. I am currently exploring Inference engine for do-intervention step and I realized that you can only intervene on values that already exists in the CPD of Bayesian model.
Is there any method to perform counterfactual reasoning on unknown data (closer to the training data values) which we want to use for do-intervention? Any help or suggestion would be appreciated.