python-qds / qdscreen

Quasi-determinism screening for fast Bayesian Network Structure Learning (from T.Rahier's PhD thesis, 2018)
https://python-qds.github.io/qdscreen/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Improve speed of qd_screen #29

Open smarie opened 1 year ago

smarie commented 1 year ago

We should ensure that this python package is at least as fast (even faster !) as the R experiments used in the thesis and paper.

For this we should do some profiling with pytest-profile to understand where the time is consumed and where this could be optimized.

Note for windows users: to see the svg there is still a manual command to execute to see the svg: https://github.com/man-group/pytest-plugins/issues/162