An open API service indexing awesome lists of open source software.

https://github.com/alphanome-ai/gnn-causality-research

Exploring Causal Inferences in Finance with Graph Neural Networks
https://github.com/alphanome-ai/gnn-causality-research

ai ai-for-finance artificial-intelligence causal-inference causality data-mining financial-analysis fintech gnn graph-neural-network graph-neural-networks machine-learning natural-language-processing nlp nlp-machine-learning open-source predictive-modeling sec-filings sec-parser semantic-analysis

Last synced: 9 months ago
JSON representation

Exploring Causal Inferences in Finance with Graph Neural Networks

Awesome Lists containing this project

README

          

# gnn-causality-research
Discord
Licence
X (formerly Twitter) Follow

Exploring Causal Inferences in Finance with Graph Neural Networks

## [Access the Comprehensive Project Plan](project-plan.md)

For a detailed outline of our methodologies, objectives, and step-by-step execution strategies, please view our Project Plan with the link above. To contribute join our [**Discord**](https://discord.gg/2MC3uJhBxs) to *#OpenSourceWallStreet*.

## Repository Setup Instructions

Clone the repository, navigate to the directory, and install the required PyPI dependencies with the following commands:

```bash
git clone git@github.com:alphanome-ai/gnn-causality-exploration.git
cd gnn-causality-exploration
poetry install
```