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
46 stars 80 forks source link

Add Cross-Validation for Improved Model Evaluation #14

Open protham02 opened 1 month ago

protham02 commented 1 month ago

The current implementation lacks cross-validation, which could lead to biased results. Implementing k-fold cross-validation would provide a better assessment of model performance and generalization.

protham02 commented 1 month ago

can you please add tags gssos extended, hactoberfest, hactoberfest accepted, etc.

Moses-Mk commented 1 month ago

Assign this to me, i will work on the cross validation to assure the data is not biased, i will also add additional features that handle class imbalances in case they i notice them and regularization techniques to prevent overfitting the model.

Looking forward, Thanks