Hacker News new | ask | show | jobs
by steppi 1249 days ago
Yes, there is a BayesianGaussianMixture class in sklearn.mixture [0]. There’s also sklearn.gaussian_process [1] which offers Gaussian process classification and regression, Bayesian learning algorithms which can be thought of as analogs of the support vector machine. Rasmussen’s Gaussian Processes for Machine Learning (2006) is a great introduction despite being a little old. [2].

[0] https://scikit-learn.org/stable/modules/mixture.html

[1] https://scikit-learn.org/stable/modules/gaussian_process.htm...

[2] http://gaussianprocess.org/gpml/chapters/