FODGE GIF.gif
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
src/FODGE/__init__.py
src/FODGE/main.py
src/FODGE/main_functions.py
src/FODGE.egg-info/PKG-INFO
src/FODGE.egg-info/SOURCES.txt
src/FODGE.egg-info/dependency_links.txt
src/FODGE.egg-info/requires.txt
src/FODGE.egg-info/top_level.txt
src/FODGE/GEA/__init__.py
src/FODGE/GEA/all_gea.py
src/FODGE/GEA/gae_pytorch/__init__.py
src/FODGE/GEA/gae_pytorch/gae/__init__.py
src/FODGE/GEA/gae_pytorch/gae/layers.py
src/FODGE/GEA/gae_pytorch/gae/model.py
src/FODGE/GEA/gae_pytorch/gae/my_init.py
src/FODGE/GEA/gae_pytorch/gae/optimizer.py
src/FODGE/GEA/gae_pytorch/gae/train.py
src/FODGE/GEA/gae_pytorch/gae/utils.py
src/FODGE/GEA/gcn/__init__.py
src/FODGE/GEA/gcn/layers.py
src/FODGE/GEA/gcn/models.py
src/FODGE/GEA/gcn/utils.py
src/FODGE/datasets/facebook-wosn-wall.txt
src/FODGE/datasets/facebook_friendships.txt
src/FODGE/datasets/fb-wosn-friends.txt
src/FODGE/embeddings/empty_embedding.npy
src/FODGE/evaluation_tasks/__init__.py
src/FODGE/evaluation_tasks/calculate_non_edges.py
src/FODGE/evaluation_tasks/example_non_edges.csv
src/FODGE/evaluation_tasks/linear_regression_link_prediction.py
src/FODGE/evaluation_tasks/scores_utils.py
src/FODGE/evaluation_tasks/temporal_link_prediction.py
src/FODGE/evaluation_tasks/tlp_utils.py
src/FODGE/fodge/LUR.py
src/FODGE/fodge/__init__.py
src/FODGE/fodge/fodge_utils.py
src/FODGE/fodge/load_data.py
src/FODGE/fodge/run_fodge.py