AlexanderFabisch / gmr

Gaussian Mixture Regression
https://alexanderfabisch.github.io/gmr/
BSD 3-Clause "New" or "Revised" License
168 stars 49 forks source link

Faster mean prediction #32

Closed AlexanderFabisch closed 3 years ago

AlexanderFabisch commented 3 years ago

Here is an example of a faster implementation:

https://github.com/mralbu/scikit-lego/blob/c65952a9c5301116976a0776a56e79dc87ca128d/sklego/mixture/gmm_regressor.py#L133