Welcome to the Amazon Stock Price Prediction project! This repository demonstrates how to predict future Amazon stock prices using machine learning models, robust evaluation techniques, and data visualization.
- π Data Preprocessing: Clean and prepare stock data for ML.
- π€ Machine Learning Models:
- Random Forest Regressor π³
- Support Vector Regressor (SVR) π
- Decision Tree Regressor π²
- K-Nearest Neighbors Regressor π€
- π οΈ Hyperparameter Optimization: Tune models with
GridSearchCV. - π Cross-Validation: Evaluate performance using K-Fold Cross-Validation.
- π Future Predictions: Forecast stock prices for the next 90 days.
- π¨ Visualization: Compare actual vs predicted prices.
The project uses a CSV file (AMZN.csv) containing historical Amazon stock prices. Columns include:
Date: π Date of the stock record.Open: Opening price.High: Highest price.Low: Lowest price.Close: Closing price (prediction target).Volume: Number of shares traded.
- Clone the repository:
git clone https://github.com/aakash.726/Amazon-Stock-Price-Prediction.git