MaxHalford / sorobn

🧮 Bayesian networks in Python
https://sorobn.streamlit.app
MIT License
234 stars 34 forks source link

Clarify node order in README #31

Open ngoctnq opened 4 months ago

ngoctnq commented 4 months ago

https://github.com/MaxHalford/sorobn/blob/5e141935c6e0507a3c2c5d878f8995855c960b65/sorobn/bayes_net.py#L320-L321

Can we have a clear mention of this in the README? I was wondering about the difference in node ordering -- thought it was in order of model definition, but couldn't find this out until I dug into the code.