n-curve Gaussian fitting with Gaussian mixture models
Here a copy of an answer I gave on stackoverflow
You can use Gaussian mixture models from scikit-learn:
You can also use the function below to fit the number of Gaussian you want with ncomp parameter:
If you want to ask me a question or leave me a message add @bougui505 in your comment.