When installing cell cognition from the sources, there is a problem with the most recent version of scikit-learn: they removed the hmm package.
For this reason, CellCognition cannot be started, and one needs to downgrade scikit-learn.
I have found the hmmlearn package that should in principle do the same thing as the former sklearn.hmm package. There is also the seqlearn package.
However, they are not exactly the same. For instance hmm.decoder_algorithms does not exist.
Should we go for this solution?
When installing cell cognition from the sources, there is a problem with the most recent version of scikit-learn: they removed the hmm package.
For this reason, CellCognition cannot be started, and one needs to downgrade scikit-learn.
I have found the hmmlearn package that should in principle do the same thing as the former sklearn.hmm package. There is also the seqlearn package.
However, they are not exactly the same. For instance hmm.decoder_algorithms does not exist.
Should we go for this solution?