Does [Bayesian Inference](http://en.wikipedia.org/wiki/Bayesian_inference) fall under the scope of scikit-learn? Probabilistic graphical models are an exciting field in machine learning, with the theory going back at least as far as 1982.
If it is of interest, then the obvious question is: do we roll our own or do we wrap an existing implementation? [InferNet](http://research.microsoft.com/en-us/um/cambridge/projects/infernet/) has IronPython bindings, but is probably not suitable for wrapping in scikit-learn. [libDAI](http://cs.ru.nl/~jorism/libDAI/doc/) seems to be a possibility for wrapping in much the same way as libSVM. ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
