Portfolio showcase of data analytics skill using graphs and GNN algorithms
Clone repo, create python virtual env, Activate envionment and install pip requirements
cd /path/to/project/parent/dir
git clone https://github.com/jboilard1994/GNN-citations.git
conda create -n GNN-cite python==3.12
conda activate GNN-cite
cd GNN-citations
pip install -r requirements.txt
If pulling repo in dev mode, run the following to avoid commiting large output cells:
pip install pre-commit
pre-commit install