Skip to content
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

visualization of Markov chain #3

Closed
linxx242 opened this issue Sep 7, 2020 · 2 comments
Closed

visualization of Markov chain #3

linxx242 opened this issue Sep 7, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@linxx242
Copy link

linxx242 commented Sep 7, 2020

Thanks for making mchmm. It is a great package.

As a newcomer to Markov chain, I find it very easy to use. The only question I have is visualization. In the description, there is a very nice image mc.png, showing the transition between three states (A,B,C). I am wondering how to generate such diagram using mchmm's transition matrix and states.

Any pointers will be appreciated!

@maximtrp
Copy link
Owner

maximtrp commented Sep 9, 2020

Thank you for your interest! It is a nice feature to implement. I think it can be done using Python interface to graphviz.

@maximtrp maximtrp self-assigned this Sep 9, 2020
@maximtrp maximtrp added the enhancement New feature or request label Sep 9, 2020
@maximtrp
Copy link
Owner

maximtrp commented Sep 9, 2020

I have added Markov chains visualization in the recent commits. You can install and try this not yet released version with:

$ pip install git+https://github.com/maximtrp/mchmm.git

There is a usage example in README.rst file of this repo.

@maximtrp maximtrp closed this as completed Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants