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

Support non-categorical columns #36

Open smarie opened 1 year ago

smarie commented 1 year ago

By default all columns must be categorical in the input, for now.

We could try to support numerical data too.

If this is not possible at all for some reason, we could provide a helper function to convert an input easily.