Skip to content

Commit

Permalink
Merge branch 'rohitinu6:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
shristirwt authored Oct 31, 2024
2 parents 3d3c1bb + 26102cb commit e89c3a2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ Check the project structure here [Project Structure](PROJECT_STRUCTURE.md)
14. [📝 License](#-license)

---
## 🌞 Overview
This project aims to predict the stock prices of **The State Bank of India (SBI)** using various machine learning regression algorithms. By leveraging historical stock data sourced from Yahoo Finance, this project provides insights into the performance of different regression models in stock price prediction for SBI.

## 🌟 Overview

This project focuses on predicting the stock prices of **The State Bank Of India** using machine learning regression algorithms. The dataset was collected from Yahoo Finance and contains historical stock data.
The primary objective is to compare model accuracy and performance metrics, such as RMSE, MAE, and MAPE, across multiple algorithms, ultimately identifying the most suitable regression approach for stock price forecasting.


## 🛠️ Features
Expand Down Expand Up @@ -131,15 +131,17 @@ The sequence of all the algorithms used is as follows:
## 📊 Performance Metrics

The **Root Mean Square Error (RMSE)** of all the following 10 Regression Algorithms is provided below:
![image](images\f23e9194-72de-438d-bd69-744667680d3e.jpeg)
<img src="images/f23e9194-72de-438d-bd69-744667680d3e.jpeg" alt="Performance-Metrices" width="400" height="300">


The **Mean Absolute Error (MAE)** of all the following 10 Regression Algorithms is provided below:

![image](images\085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg)
<img src="images/085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg" alt="Performance-Metrices" width="400" height="300">


The **Mean Absolute Percentage Error (MAPE)** of all the following 10 Regression Algorithms is provided below:

![image](images\6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg)
<img src="images/6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg" alt="Performance-Metrices" width="400" height="300">


## 🔮 Future Work
Expand Down

0 comments on commit e89c3a2

Please sign in to comment.