pymc-devs / pymc2

THIS IS THE **OLD** PYMC PROJECT (VERSION 2). PLEASE USE PYMC INSTEAD:
http://pymc-devs.github.com/pymc/
Other
879 stars 229 forks source link

Is there score based structure learning approachs for bayesian network in this package? #148

Closed faeahi closed 7 years ago

faeahi commented 7 years ago

Hello. I want to learn bayesian network from a dataset with continuous values and i need to use score based approachs for structure learning. I want to know is there score based structure learning approachs for this in this package? Is there parameter learning approach for such values?

Thanks.

fonnesbeck commented 7 years ago

PyMC is for solving models using MCMC. So, if you can specify your model (see documentation) in PyMC, you can use these methods to fit it. It does not use other ML fitting methods.