Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stock Price Prediction using Machine Learning (#387)
## Pull Request for PyVerse 💡 ### Requesting to submit a pull request to the PyVerse repository. --- #### Issue Title Implementing Machine Learning Models for Stock Market Prediction **Please enter the title of the issue related to your pull request.** *Enter the issue title here.* - [ yes] I have provided the issue title. --- #### Info about the Related Issue **What's the goal of the project?** *Describe the aim of the project.* - [ ] I have described the aim of the project. o build and compare various machine learning models to predict stock prices and trends based on historical stock market data, evaluating the performance of each model using key metrics like accuracy, mean absolute error (MAE), and root mean squared error (RMSE). 🔴 Brief Explanation: The goal of this project is to implement and compare multiple machine learning models for predicting stock prices and identifying trends. The stock market dataset will be used to forecast continuous variables, such as stock prices (regression), and to classify conditions, such as whether the price will increase or decrease (classification). Models to be Evaluated: Classification Models: Logistic Regression Random Forest Classifier Support Vector Machine (SVM) k-Nearest Neighbors (k-NN) Neural Networks Gradient Boosting Classifier Regression Models: Linear Regression Decision Trees Random Forest Regression Support Vector Regression (SVR) Gradient Boosting Regression Evaluation Metrics: For classification tasks: Accuracy, Precision, and F1 Score --- #### Name **Please mention your name.** *Enter your name here.* - [ ] I have provided my name. Benak Deepak --- #### GitHub ID **Please mention your GitHub ID.** *Enter your GitHub ID here.* BenakDeepak - [ ] I have provided my GitHub ID. #151528559 --- #### Email ID **Please mention your email ID for further communication.** *Enter your email ID here.* [email protected] - [ ] I have provided my email ID. --- #### Identify Yourself **Mention in which program you are contributing (e.g., WoB, GSSOC, SSOC, SWOC).** *Enter your participant role here.* GSSOC - [ ] I have mentioned my participant role. GSSOC --- #### Closes **Enter the issue number that will be closed through this PR.** *Closes: #issue-number* - [✅ ] I have provided the issue number. #330 --- #### Describe the Add-ons or Changes You've Made **Give a clear description of what you have added or modified.** *Describe your changes here.* - [ ✅ ] I have described my changes. i have added an ML model in machine learning repository with 3 files readme,requirement and main.py --- #### Type of Change **Select the type of change:** - [ ] Bug fix (non-breaking change which fixes an issue) - [✅ ] New feature (non-breaking change which adds functionality) - [ ] Code style update (formatting, local variables) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update --- #### How Has This Been Tested? **Describe how your changes have been tested.** *Describe your testing process here.* I have hosted in localhost - [ ✅ ] I have described my testing process. --- #### Checklist **Please confirm the following:** - [ ✅ ] My code follows the guidelines of this project. - [ ✅ ] I have performed a self-review of my own code. - [ ✅ ] I have commented my code, particularly wherever it was hard to understand. - [ ✅ ] I have made corresponding changes to the documentation. - [ ✅ ] My changes generate no new warnings. - [✅ ] I have added things that prove my fix is effective or that my feature works. - [ ✅ ] Any dependent changes have been merged and published in downstream modules.
- Loading branch information