pgmpy / pgmpy_notebook

Short Tutorial to Probabilistic Graphical Models(PGM) and pgmpy
http://pgmpy.org/
MIT License
369 stars 212 forks source link

What are the scale limits of `pgmpy`? #30

Closed NoamGit closed 5 years ago

NoamGit commented 5 years ago

Hi,

I am about to have a relatively big dataset (100K rows) with about 200 features and lots of edges. I was considering pgmpy as the bayesnet constructor and engine. Can it handle this about of data and features? What are its empirical limits? Are there any recommended substitutes for this task?

Thanks