Skip to content

This is my first project in my machine learning learning journey. It focuses on predicting stock prices using historical data and a variety of machine learning algorithms.

Notifications You must be signed in to change notification settings

NAVJOT2005/Stock-price-prediction-model-using-machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Stock-price-prediction-model-using-machine-learning

This is my first project in my machine learning learning journey. It focuses on predicting stock prices using historical data and a variety of machine learning algorithms. It focuses on predicting stock prices using historical data and a variety of machine learning algorithms. The project helped me explore data preprocessing, visualization, feature engineering, and model evaluation β€” all essential parts of a typical ML pipeline.

πŸ“Œ Project Description

The notebook provides a complete workflow for stock price prediction. It uses historical stock data, processes and visualizes it, applies machine learning models, and evaluates their performance. The goal is to analyze and forecast future stock prices based on past trends. I have used 'sp500 stocks' dataset from KAGGLE as my data to the model

πŸ› οΈ Features

  • Data loading and preprocessing using pandas and numpy
  • Visualization of stock trends with matplotlib
  • Feature engineering (technical indicators)
  • Model training with:
    • Linear Regression
    • Random Forest Regressor
    • Decision Tree Regressor
  • Model evaluation using RΒ² Score and Mean Squared Error

πŸ“‚ Folder Structure

Project1.ipynb # Jupyter Notebook with the full code README.md # This file

About

This is my first project in my machine learning learning journey. It focuses on predicting stock prices using historical data and a variety of machine learning algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published