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

UserWarning: object dtype is not supported by sparse matrices warnings.warn("object dtype is not supported by sparse matrices") #11

Closed smarie closed 2 years ago

smarie commented 3 years ago

In the doc when executing feat_selector = qd_forest.fit_selector_model(df) this warning appears

smarie commented 2 years ago

duplicate of #20