rohitinu6 / Stock-Price-Prediction

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

Eliminate Mounting Google Drive for Datasets and Tuning #42

Open Aarathi1535 opened 1 week ago

Aarathi1535 commented 1 week ago

In the code, the datasets are being mounted from google drive which takes more time and lags execution time. Instead the datasets are present in Data directory so fetching from it will be more feasible. Also, all the machine learning algorithms are implemented with default parameters, we can tune them by changing the paramenters to improve accuracy. Moreover, extra algorithms like Logistic Regression, Naive Bayes etc can also be implemented to improve model performance.

I am a GGSoC Ext '24 Contributor. Kindly assign this issue to me for fixing.

A kind request to add (gssoc-ext) and (hacktoberfest-accepted) as labels.

ModZ777 commented 1 week ago

Here we apply tuning test for the verification of the ML model for the issues given. please assign this issue to me.