Skip to content

Stock Price Direction Prediction ML Model #2681

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

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

smty2018
Copy link
Contributor

@smty2018 smty2018 commented Aug 6, 2023

Description

Predicts whether the stock price of Tesla Inc. will increase or decrease in the next two days, leveraging technical indicators and moving averages. Random Forest classifier is employed for the prediction, and GridSearchCV hyperparameter tuning is performed to optimize model performance. The dataset is downloaded using the Yahoo Finance API and contains columns for 'Open,' 'High,' 'Low,' 'Close,' and 'Volume' prices. It calculates moving averages, Bollinger Bands, Relative Strength Index (RSI), and Commodity Channel Index (CCI) as additional features for the classification.

download (13)
download (14)
download (15)
download (16)

Fixes #2680

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • [x ] New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Documentation Update

Checklist:

  • [x ] My code follows the style guidelines(Clean Code) of this project
  • [x ] I have performed a self-review of my own code
  • [x ] I have commented my code, particularly in hard-to-understand areas
  • [x ] I have created a helpful and easy to understand README.md
  • [x ] My documentation follows Template for README.md
  • [x ] I have added the project meta data in the PR template.
  • [x ] I have created the requirements.txt file if needed.

Project Metadata

If there is no-file/nothing to fill the below fields with, then type: none

Example: If no requirements.txt needed/present, then type none in Requirments.

Category:

  • Calculators
  • [x ] AI/ML
  • Scrappers
  • Social_Media
  • PDF
  • Image_Processing
  • Video_Processing
  • Games
  • Networking
  • OS_Utilities
  • Automation
  • Cryptography
  • Computer_Vision
  • Fun
  • Others

Title: <write script title here>

Folder: <type the folder name that contains your script>

Requirements: <type the name of text file containing the required to install python packages, type None if no file required>

Script: <Enter the name of the .py file (The main entry point of the program)>

Arguments: <enter any arguments that the script needs but - separeted like: h-c-m>

Contributor: <Enter your Github handle/username without url>

Description: <Enter a one line description that describes your script. Also, explain the arguments usage here>

@smty2018
Copy link
Contributor Author

smty2018 commented Aug 6, 2023

@avinashkranjan @1e9abhi1e10 @Yashbhadiyadra can you please review and merge the PR. Thanking you in advance

@smty2018
Copy link
Contributor Author

smty2018 commented Aug 8, 2023

@1e9abhi1e10 Please review and merge the PR. Thanking you in advance

@avinashkranjan avinashkranjan added level3 New features, Major bug fixing gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants labels Aug 10, 2023
@avinashkranjan avinashkranjan merged commit 9b91a39 into avinashkranjan:master Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants level3 New features, Major bug fixing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Script]: Stock Price Direction Prediction
2 participants