This program predicts stock patterns labels and classes based on available stock data. Years 1, 2, and 3 are training years and 4 and 5 are testing. This program also uses ensemble learning, W as a hyperparameter, and an oracle.
Stock_Ticker_Analysis.py only uses python to calculate the mean, standard deviation and R values for stock data. Stock_Ticker_Analysis.py uses pandas, numpy and matplotlib