Metadata-Version: 2.1
Name: ml-data-gen
Version: 0.0.1
Summary: ml_data_gen Package for generating testing data
Home-page: UNKNOWN
Author: John Lee
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

## <font color='darkblue'>Introduction</font>
This repo is used to generate testing data used in ML for quick evaluation.

## <font color='darkblue'>Supplement</font>
* [Markov Chain Analysis and Simulation using Python](https://towardsdatascience.com/markov-chain-analysis-and-simulation-using-python-4507cee0b06e)
> A Markov chain is a discrete-time stochastic process that progresses from one state to another with certain probabilities that can be represented by a graph and state transition matrix P as indicated below:
> ![1.png](images/1.png)


