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

Provide a parameter in order to decide if `None`/`np.nan` should be considered missing value or normal value #34

Open smarie opened 1 year ago

smarie commented 1 year ago

Two different concepts:

smarie commented 1 year ago

Maybe we just need two parameters: "ignore_missing_values=True" and "missing_value=np.nan". The second can be changed for example to "N/A"