jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 27 forks source link

Stock Price Prediction / 30_Days_of_Python #299

Open Bharat00007 opened 1 month ago

Bharat00007 commented 1 month ago

### Title: Issue with Stock Price Prediction Model

Description:

I am encountering issues with the stock price prediction model implemented in the Jupyter Notebook. The model aims to predict future stock prices using historical data. Below is an overview of the functionalities and the specific issue I’m facing.

Project Overview:

The stock price prediction project is designed to forecast future stock prices based on historical closing price data. The project utilizes a Bidirectional Long Short-Term Memory (LSTM) network, which is a type of recurrent neural network well-suited for time series data.

The key functionalities of the project include:

Data Loading and Preparation:

Model Definition:

Training and Evaluation:

Prediction and Visualization:

Model Saving:

Screenshot 2024-08-13 050153

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉

We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.

Walayhs commented 1 month ago

Go ahead!