initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
stock_gnn_project/
|
||||
│
|
||||
├── data/
|
||||
│ ├── raw/
|
||||
│ │ ├── news/ # Raw news data
|
||||
│ │ ├── social_media/ # Raw social media data
|
||||
│ │ └── ...
|
||||
│ ├── processed/
|
||||
│ │ ├── news_features/ # Processed news features
|
||||
│ │ ├── social_features/ # Processed social media features
|
||||
│ │ └── ...
|
||||
│ └── external/
|
||||
│
|
||||
├── src/
|
||||
│ ├── data/
|
||||
│ │ ├── news_processor.py # News data processing
|
||||
│ │ ├── social_processor.py # Social media processing
|
||||
│ │ ├── sentiment.py # Sentiment analysis
|
||||
│ │ └── ...
|
||||
│ │
|
||||
│ ├── models/
|
||||
│ │ ├── gnn_model.py # Updated GNN model
|
||||
│ │ └── ...
|
||||
│ │
|
||||
│ └── utils/
|
||||
│ ├── text_processing.py # Text processing utilities
|
||||
│ └── ...
|
||||
│
|
||||
├── config.py # Updated configuration
|
||||
└── ...
|
||||
Reference in New Issue
Block a user