AlexanderFabisch / gmr

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

Regression #43

Closed wout-konings closed 2 years ago

wout-konings commented 2 years ago

Hi, thank you for making this package. However, I am failing to see where I can do a GMM regression with a dependent variable y?

AlexanderFabisch commented 2 years ago

Hi @wout-konings

Here is a simple example: https://github.com/AlexanderFabisch/gmr/blob/master/examples/plot_sklearn_learning_curve.py

Do you have a more specific question?