Discussion:
[Scikit-learn-general] pomegranate v0.4.0 released
Jacob Schreiber
2016-03-30 16:52:35 UTC
Permalink
Hello all!

I've just released a new version of pomegranate, which is a probabilistic
modelling package for Python with a speedy cython implementation. It
currently supports the following:

* a wide range of probability distributions
* general mixture models
* hidden markov models
* naive bayes
* markov chains
* discrete bayesian networks
* factor graphs
* finite state machines

It currently outperforms other population implementations in terms of
training time, such as hmmlearn for hmms and scikit-learn for GMM and Naive
Bayes.

Please see my full post here:
https://www.reddit.com/r/Python/comments/4cllym/pomegranate_v040_fast_and_flexible_probabilistic/

and let me know if you have any questions of comments! I'd love any
feedback you have.
Sebastian Raschka
2016-03-30 17:04:30 UTC
Permalink
Oh, that looks like an awesome package, thanks for sharing!

PS: Just noticed that there's a little problem on the readthedocs page, the Edit on GitHub button links to https://github.com/jmschrei/pomegranate/blob/master/docs/source/index.rst which doesn't exist.
Post by Jacob Schreiber
Hello all!
* a wide range of probability distributions
* general mixture models
* hidden markov models
* naive bayes
* markov chains
* discrete bayesian networks
* factor graphs
* finite state machines
It currently outperforms other population implementations in terms of training time, such as hmmlearn for hmms and scikit-learn for GMM and Naive Bayes.
Please see my full post here: https://www.reddit.com/r/Python/comments/4cllym/pomegranate_v040_fast_and_flexible_probabilistic/ <https://www.reddit.com/r/Python/comments/4cllym/pomegranate_v040_fast_and_flexible_probabilistic/>
and let me know if you have any questions of comments! I'd love any feedback you have.
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140_______________________________________________
Scikit-learn-general mailing list
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
Loading...