temporal-link-prediction
Code used in `Supervised temporal link prediction in large-scale real-world networks'
https://github.com/gerritjandebruin/temporal-link-prediction
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.4%) to scientific vocabulary
Keywords
Repository
Code used in `Supervised temporal link prediction in large-scale real-world networks'
Basic Info
- Host: GitHub
- Owner: gerritjandebruin
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://link.springer.com/article/10.1007/s13278-021-00787-3
- Size: 19.5 MB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 0
- Releases: 2
Topics
Metadata Files
README.md
This repository provides the code used in a manuscript titled 'Supervised temporal link prediction in large-scale real-world networks'.
Temporal networks used in this study are downloaded from http://konect.cc/ or http://snap.stanford.edu.
The structure of the directories is as follows: - code: Contains all code that is not part of tlp package. - data: Folder where all downloads and intermediate results are stored. - teexgraph: External dependency to calculate the diameters and shortest path lengths in a network really fast. See .gitmodules. - tlp: Here most of my code resides. I import this folder as a package in most Jupyter Notebooks. - cleanup.sh: Clean up Python/ iPython cache folders. - environment.yml: Can be used to create Python environment with Conda. - install.sh: Install teexGraph. - spec-list.txt: Can be used to create exactly the same Python environment.
Owner
- Name: Gerrit Jan de Bruin
- Login: gerritjandebruin
- Kind: user
- Location: Utrecht
- Company: TNO
- Website: gerritjandebruin.nl
- Repositories: 6
- Profile: https://github.com/gerritjandebruin
Research software engineer in environmental science @TNO
Citation (CITATION.cff)
cff-version: 1.1.0
message: "If you use this software, please cite it as below."
authors:
- family-names: de Bruin
given-names: Gerrit Jan
orcid: https://orcid.org/0000-0003-4936-879X
title: gerritjandebruin/temporal-link-prediction: First release
version: v1.0
date-released: 2021-10-21