-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
gssoc23Issues created for/by the GirlScript Summer of Code'23 ParticipantsIssues created for/by the GirlScript Summer of Code'23 Participantslevel3New features, Major bug fixingNew features, Major bug fixing
Description
Aim
Aims to predict whether the stock price of Tesla Inc. will increase or decrease in the next two days, leveraging technical indicators and moving averages
Details
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.
Record
- I agree to follow this project's Code of Conduct
- I'm a GSSoC'23 contributor
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
gssoc23Issues created for/by the GirlScript Summer of Code'23 ParticipantsIssues created for/by the GirlScript Summer of Code'23 Participantslevel3New features, Major bug fixingNew features, Major bug fixing