Erdogan

Results 195 comments of Erdogan

If you would like to know some comparison with other causal packages, you can read it in my blog over [here](https://towardsdatascience.com/the-power-of-bayesian-causal-inference-a-comparative-analysis-of-libraries-to-reveal-hidden-d91e8306e25e). The last time I checked, only CausalImpact can model...

You can indeed manipulate your data as you wish. The df2onehot was included in bnlearn to provide one of the steps from start-to-results. So you are right, it brings some...

There are no imputation functions for missing data. But if you create a function that does it (without a lot of dependencies of other packages), feel free to push it!

Can you maybe make a small example to demonstrate this? Maybe with the sprinkler data set?

I could not reproduce an error using numpy. Can you show by example how it occurs to you? A contributing would be great 👍🏻

Can you also try to install it from pypi? `pip install -U bnlearn `

I was able to reproduce the error. In my case it was fixed when updating to the correct numpy version. ![fix_bug_numpy_error_bnlearn](https://github.com/erdogant/bnlearn/assets/31008129/3a8102b4-a150-4468-bb67-8670d2782fc2)

Thank you for mentioning this. I can not reproduce the error. Have you tried to create a new environment first? Also when you install distfit, force to download the latest...

Happy to hear that your issue is solved! I am not sure whether/how I can tackle this issue in the code. Maybe the most practical manner is to create a...

thanks for letting know