You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GMM is now GaussianMixture ...
We could fix this by going to the older version of scikit-learn ...
It's all a bit ugly and outdated - but it is a minimal change that might enable assembly pipeline to work - it's an ugly path of least resistance
also , looks like hmmlearn itself is a bit un-maintained at the moment, so we could just stick with old versions for now and be ok with that ... https://github.com/hmmlearn/hmmlearn#hmmlearn
The text was updated successfully, but these errors were encountered:
https://github.com/scikit-learn/scikit-learn/blob/a7e17117bb15eb3f51ebccc1bd53e42fcb4e6cd8/doc/whats_new/v0.18.rst
GMM
is nowGaussianMixture
...We could fix this by going to the older version of
scikit-learn
...It's all a bit ugly and outdated - but it is a minimal change that might enable assembly pipeline to work - it's an ugly path of least resistance
also , looks like
hmmlearn
itself is a bit un-maintained at the moment, so we could just stick with old versions for now and be ok with that ... https://github.com/hmmlearn/hmmlearn#hmmlearnThe text was updated successfully, but these errors were encountered: