microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.32k stars 274 forks source link

Add support for `sklearn.mixture.BayesianGaussianMixture` #633

Closed mshr-h closed 1 year ago

mshr-h commented 1 year ago

sklearn.mixture.BayesianGaussianMixture — scikit-learn 1.1.2 documentation

We're currently working on it. After we've completed our internal implementation, we'll create a PR for it.