erdogant / bnlearn

Python library for learning the graphical structure of Bayesian networks, parameter learning, inference and sampling methods.
https://erdogant.github.io/bnlearn
Other
463 stars 45 forks source link

Documentation #56

Closed samanemami closed 2 years ago

samanemami commented 2 years ago

Thank you very much for developing this amazing repository.

I encountered an issue when reviewing the documentation, which was the example part. In this section, there are lots of bold examples with in-built datasets and data frames, but I could not find any example related to another dataset (assuming a local dataset). Also, I could not find documentation for the class parameters and attributes.

Thank you again for your efforts in sharing the practical repository.

erdogant commented 2 years ago

Thanks! Class parameters and attributes are in the docs but indeed, maybe a bit hidden. I changed the docs and added the section Parameters and attributes for clarity. It should be easy to find now. An example to start with your own datasets can be found in this section with the titanic dataset or here another one.

samanemami commented 2 years ago

I appreciate your consideration @erdogant