This contains a collection of short python projects that I have worked on.
Encrypts a message using ROT-13 method.
HiddenMarkovModelFraud:
Applies the Hidden Markov Model in order to detect credit card fraud. The underlying assumption is that there are 3 hidden states: high, medium, and low spending amounts. More detailed README found in folder.
Contains web crawler, simple index, and a search tool. Utilizes the BeautifulSoup library.
Produces a rolling heat map of correlation between stocks. Slides by date. Correlation calculated by a given interval.
data/stocks contains stocks data.
Run diagnostics on stocks data.
data/stocks contains a testing and training data.