-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28a9555
commit a571a76
Showing
2 changed files
with
138 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,74 @@ | ||
## Project Structure ✨ | ||
|
||
<!-- START_STRUCTURE --> | ||
``` | ||
├── ARIMA/ | ||
│ ├── ARIMA_V2.ipynb | ||
│ ├── README.md | ||
│ └── hybrid.ipynb | ||
├── Contributing.md | ||
├── Data/ | ||
│ ├── SBI Test data.csv | ||
│ ├── SBI Train data.csv | ||
│ └── SBIN.csv | ||
├── Financial Environment Segmentation/ | ||
│ ├── Financial Environment Segmentation.ipynb | ||
│ ├── Financial Insights - Market Segmentation.png | ||
│ └── README.md | ||
├── Images/ | ||
│ ├── 212284100-561aa473-3905-4a80-b561-0d28506553ee.gif | ||
│ ├── 329829127-e79eb6de-81b1-4ffb-b6ed-f018bb977e88.png | ||
│ ├── Image | ||
│ └── hacktober.png | ||
├── Intel_Optimized/ | ||
│ ├── ARIMA_V2.ipynb | ||
│ ├── Stock_Price_Prediction_1.ipynb | ||
│ ├── Stock_prediction_Data_Analysis.ipynb | ||
│ ├── buy_sell_recommendation_system.ipynb | ||
│ ├── hybrid.ipynb | ||
│ ├── readme.md | ||
│ ├── reduced_redundancy_stock_price_prediction.ipynb | ||
│ └── requirements.txt | ||
├── InvestWise - Stock Prediction Model.png | ||
├── Market Trend Classification Model/ | ||
│ ├── Market Trend Classification Model.ipynb | ||
│ ├── MarketTrend Analytics - Classification Model.png | ||
│ └── README.md | ||
├── Multi-Asset Portfolio Modeling/ | ||
│ ├── Multi-Asset Portfolio Modeling.ipynb | ||
│ └── README.md | ||
├── PROJECT_STRUCTURE.md | ||
├── Python File/ | ||
│ ├── Stock_Price_Prediction.ipynb | ||
│ ├── Stock_Price_Prediction_BACKUP_19716.ipynb | ||
│ ├── Stock_Price_Prediction_BACKUP_20502.ipynb | ||
│ ├── Stock_Price_Prediction_BASE_19716.ipynb | ||
│ ├── Stock_Price_Prediction_BASE_20502.ipynb | ||
│ ├── Stock_Price_Prediction_LOCAL_19716.ipynb | ||
│ ├── Stock_Price_Prediction_LOCAL_20502.ipynb | ||
│ ├── Stock_Price_Prediction_REMOTE_19716.ipynb | ||
│ └── Stock_Price_Prediction_REMOTE_20502.ipynb | ||
├── README.md | ||
├── SBIN.csv | ||
├── Stock_Price_Prediction(Updated).ipynb | ||
├── Stock_Price_Prediction.ipynb | ||
├── Stock_prediction_Data_Analysis.ipynb | ||
├── VWAP_included_stock_price_prediction.ipynb | ||
├── buy_sell_recommendation_system.ipynb | ||
├── candlestick_chart.html | ||
├── catboost_info/ | ||
│ ├── catboost_training.json | ||
│ ├── learn/ | ||
│ │ └── events.out.tfevents | ||
│ ├── learn_error.tsv | ||
│ └── time_left.tsv | ||
├── code-of-conduct.md | ||
├── images/ | ||
│ ├── 085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg | ||
│ ├── 6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg | ||
│ └── f23e9194-72de-438d-bd69-744667680d3e.jpeg | ||
├── reduced_redundancy_stock_price_prediction.ipynb | ||
├── requirements.txt | ||
└── stock_market(complete).ipynb | ||
``` | ||
<!-- END_STRUCTURE --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
├── ARIMA/ | ||
│ ├── ARIMA_V2.ipynb | ||
│ ├── README.md | ||
│ └── hybrid.ipynb | ||
├── Contributing.md | ||
├── Data/ | ||
│ ├── SBI Test data.csv | ||
│ ├── SBI Train data.csv | ||
│ └── SBIN.csv | ||
├── Financial Environment Segmentation/ | ||
│ ├── Financial Environment Segmentation.ipynb | ||
│ ├── Financial Insights - Market Segmentation.png | ||
│ └── README.md | ||
├── Images/ | ||
│ ├── 212284100-561aa473-3905-4a80-b561-0d28506553ee.gif | ||
│ ├── 329829127-e79eb6de-81b1-4ffb-b6ed-f018bb977e88.png | ||
│ ├── Image | ||
│ └── hacktober.png | ||
├── Intel_Optimized/ | ||
│ ├── ARIMA_V2.ipynb | ||
│ ├── Stock_Price_Prediction_1.ipynb | ||
│ ├── Stock_prediction_Data_Analysis.ipynb | ||
│ ├── buy_sell_recommendation_system.ipynb | ||
│ ├── hybrid.ipynb | ||
│ ├── readme.md | ||
│ ├── reduced_redundancy_stock_price_prediction.ipynb | ||
│ └── requirements.txt | ||
├── InvestWise - Stock Prediction Model.png | ||
├── Market Trend Classification Model/ | ||
│ ├── Market Trend Classification Model.ipynb | ||
│ ├── MarketTrend Analytics - Classification Model.png | ||
│ └── README.md | ||
├── Multi-Asset Portfolio Modeling/ | ||
│ ├── Multi-Asset Portfolio Modeling.ipynb | ||
│ └── README.md | ||
├── PROJECT_STRUCTURE.md | ||
├── Python File/ | ||
│ ├── Stock_Price_Prediction.ipynb | ||
│ ├── Stock_Price_Prediction_BACKUP_19716.ipynb | ||
│ ├── Stock_Price_Prediction_BACKUP_20502.ipynb | ||
│ ├── Stock_Price_Prediction_BASE_19716.ipynb | ||
│ ├── Stock_Price_Prediction_BASE_20502.ipynb | ||
│ ├── Stock_Price_Prediction_LOCAL_19716.ipynb | ||
│ ├── Stock_Price_Prediction_LOCAL_20502.ipynb | ||
│ ├── Stock_Price_Prediction_REMOTE_19716.ipynb | ||
│ └── Stock_Price_Prediction_REMOTE_20502.ipynb | ||
├── README.md | ||
├── SBIN.csv | ||
├── Stock_Price_Prediction(Updated).ipynb | ||
├── Stock_Price_Prediction.ipynb | ||
├── Stock_prediction_Data_Analysis.ipynb | ||
├── VWAP_included_stock_price_prediction.ipynb | ||
├── buy_sell_recommendation_system.ipynb | ||
├── candlestick_chart.html | ||
├── catboost_info/ | ||
│ ├── catboost_training.json | ||
│ ├── learn/ | ||
│ │ └── events.out.tfevents | ||
│ ├── learn_error.tsv | ||
│ └── time_left.tsv | ||
├── code-of-conduct.md | ||
├── images/ | ||
│ ├── 085ee2d1-3544-4bed-a558-5b0b801e806b.jpeg | ||
│ ├── 6c9ebb5b-a8ed-44de-8842-bf8f5c25990f.jpeg | ||
│ └── f23e9194-72de-438d-bd69-744667680d3e.jpeg | ||
├── reduced_redundancy_stock_price_prediction.ipynb | ||
├── requirements.txt | ||
└── stock_market(complete).ipynb |