Skip to content

removal of hmmlearn in favour of pomegranate #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hardingnj
Copy link
Collaborator

Resolves #218 dependency on hmmlearn

Nick Harding added 3 commits May 14, 2019 12:50
Now use DiscreteDistribution from `pomegranate`

Fixed order issue that cuased error if is_accessible was left as None.
Previous issue has been resolved jmschrei/pomegranate#532
@@ -258,15 +267,6 @@ def roh_poissonhmm(gv, pos, phet_roh=0.001, phet_nonroh=(0.0025, 0.01), transiti
return df_roh[["start", "stop", "length", "is_marginal"]], froh


def _mhmm_derive_emission_matrix(het_px, p_accessible):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer required with DiscreteDistribution

@hardingnj
Copy link
Collaborator Author

Still running into this pomergranate 0.10.0 install error

@alimanfoo
Copy link
Contributor

Just noting that pomegranate install issues should have been resolved. No urgency but would be nice to revisit this PR at some point :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove dependency on hmmlearn in favour of pomegranate
2 participants