Created
August 21, 2023 14:20
-
-
Save abhijeet-talaulikar/b157a404532aefa7968333e21bba6ba0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import matplotlib.pyplot as plt | |
import seaborn as sns | |
from markovchain import MarkovChain | |
mc = MarkovChain(trans_matrix.values, trans_matrix.index) | |
mc.draw() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment