/Stock-Buy-Sell-Predictor

Uses mean reversion by utilizing the moving average to create a statistical model that advises users if they should buy/sell a stock. Also predicts stock's future price using a linear regression model and a SVM model.

Primary LanguageJupyter Notebook

Stock Buy Sell Predictor

Mean Reversion.ipynb: Uses a mean reversion strategy by utilizing the moving average to create a statistical model that advises users if they should buy/sell stock.

Stock Predictor SK.ipynb: Predicts stock's future price using a linear regression model and a SVM model.