MaxHalford / sorobn

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

Support more operators in query #7

Closed MaxHalford closed 3 years ago

MaxHalford commented 4 years ago

Currently, it's only possible to specify single values in the event parameter of the query method. It would nice to be able to support more parameters, such as <, in, >. In fact I think the way to go is to support each operator defined in Python's operator module.