Forked from abhijeet-talaulikar/mta-credit-card-markov.py
Created
September 27, 2023 16:03
-
-
Save Sandy4321/97a66a261f296ff7c0dd8dbd382775f8 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