Skip to content

Commit

Permalink
Merge pull request #408 from vivekvardhan2810/main
Browse files Browse the repository at this point in the history
Coca Cola Stock Price Prediction using LSTM, SVR, SGD, Decision Tree Regressor And Random Forest
  • Loading branch information
Akshat111111 authored Jun 25, 2024
2 parents c44fb26 + 5975fd0 commit 58a1386
Show file tree
Hide file tree
Showing 9 changed files with 16,822 additions and 0 deletions.
15,097 changes: 15,097 additions & 0 deletions NYSE/Coca Cola Stock Analysis/Dataset/COCO COLA.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,717 changes: 1,717 additions & 0 deletions NYSE/Coca Cola Stock Analysis/Model/Coca_Cola_Stock_Analysis.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions NYSE/Coca Cola Stock Analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**Requirements For Project :-**

1. NumPy: Fundamental package for numerical computing.
2. pandas: Data analysis and manipulation library.
3. scikit-learn: Machine learning library for classification, regression, and clustering.
4. Matplotlib: Plotting library for creating visualizations.
5. Keras: High-level neural networks API, typically used with TensorFlow backend.
6. seaborn: Statistical data visualization library based on Matplotlib.

0 comments on commit 58a1386

Please sign in to comment.