rohitinu6 / Stock-Price-Prediction

This project focuses on predicting the stock prices of "The State Bank Of India" using machine learning Regression algorithms.
MIT License
39 stars 77 forks source link

[BUG] Deprecation Warnings: input_length Argument in Embedding Layer and HDF5 Format for Model Saving #193

Open shristirwt opened 2 hours ago

shristirwt commented 2 hours ago

Has this bug been raised before?

Description

The first warning is related to the use of the input_length argument in the Embedding layer, which has been deprecated. The second warning relates to the saving format of the model, indicating that using HDF5 is considered legacy, and I should use the new native Keras format.

Screenshot 2024-10-26 120135 Screenshot 2024-10-26 120339

Steps to Reproduce

Include any relevant details like:

Screenshots

No response

Do you want to work on this issue?

Yes

If "yes" to the above, please explain how you would technically implement this.

I will use the new keras format to save the model and I will remove the usage of input_length argument

github-actions[bot] commented 2 hours ago

👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀