analysiscenter / cardio

CardIO is a library for data science research of heart signals
https://analysiscenter.github.io/cardio/
Apache License 2.0
248 stars 78 forks source link

GMM in scikit-learn deprecation 0.19.1 #26

Closed lkjell closed 5 years ago

lkjell commented 5 years ago

setup.py should pin to version 0.19.1 and not accept version above 0.20 as GMM module is removed [1]. Else the new module should be adapted.

https://scikit-learn.org/0.18/modules/generated/sklearn.mixture.GMM.html#sklearn.mixture.GMM

roman-kh commented 5 years ago

@dpodvyaznikov @alexandrkuvaev Guys, please, make a PR

roman-kh commented 5 years ago

Solved in #27