Skip to content

aakash726/Amazon_Stock_Price_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ˆ Amazon Stock Price Prediction

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.


πŸš€ Features

  • πŸ” 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.

πŸ“‚ Dataset

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.

πŸ› οΈ Installation

  1. Clone the repository:
    git clone https://github.com/aakash.726/Amazon-Stock-Price-Prediction.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors