Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📃:Implementing Machine Learning Models for Stock Market Prediction #330

Closed
BenakDeepak opened this issue Oct 8, 2024 · 2 comments
Closed
Assignees
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level2 Status: Assigned Indicates an issue has been assigned to a contributor.

Comments

@BenakDeepak
Copy link
Contributor

🔴 Title:
Implementing Machine Learning Models for Stock Market Prediction

🔴 Aim:
To 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
For regression tasks: Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE)

Feature Scaling: Normalize or standardize features to enhance model performance.
Screenshots 📷
N/A

✅ To be Mentioned while taking the issue:
Full name: Benak Deepak
What is your participant role? (Mention the Open Source Program name. Eg. GSOC, GSSOC, SSOC, JWOC, etc.): GSSOC
Happy Contributing 🚀
All the best. Enjoy your open-source journey ahead. 😎

Copy link

github-actions bot commented Oct 8, 2024

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned Indicates an issue has been assigned to a contributor. level2 gssoc-ext hacktoberfest labels Oct 9, 2024
UTSAVS26 added a commit that referenced this issue Oct 11, 2024
## 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.
Copy link

✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to join our community on Discord to discuss more!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level2 Status: Assigned Indicates an issue has been assigned to a contributor.
Projects
None yet
Development

No branches or pull requests

2 participants