Erdogan

Results 237 comments of Erdogan

Ah I see. Typo. Should be 1.8.1 If you can install from github source you will get the latest version.

Thank you for pointing this out! it was a syntax error in the logger. I released a new version. Can you check whether this solves your issue? `pip install -...

I changed the logging. It should keep other logging intact now. Can you check? `pip install -U distfit ` The version should be >= 1.8.2

This has been bugging me for a while now. If you @endrebjorsvik-sensibel would be so friendly to create a pull request. We may be able to fix this for good....

No thats not easily possible because all the parameters and files are stored and matched in functions (checkout the `cl.results`). When loading a previous stored file and then using it...

I am closing this issue.

I created a major update where I also looked into this issue. Although the timer is still 00:00 in the latest version, the timedelta days works now. Update to version...

Hi @nivmorabin thanks for the feedback! At the moment there no direct plans but it is already in Pgmpy, so this gives opportunities.

I added the DBN functionality! Dynamic Bayesian Network (DBN) implemented. https://github.com/erdogant/bnlearn/issues/100. See docs [here](https://erdogant.github.io/bnlearn/pages/html/bnlearn.bnlearn.html#bnlearn.bnlearn.make_DAG) and [here](https://erdogant.github.io/bnlearn/pages/html/bnlearn.parameter_learning.html#module-bnlearn.parameter_learning). Update to the latest version. `pip install -U bnlearn`