Skip to content
#

link-prediction

Here are 87 public repositories matching this topic...

rafguns
rafguns commented Aug 21, 2018

We should give a full standalone code example in the README, including evaluation.

Spinoff from #12. The example I gave there is this (slightly reworked to take advantage of a7121f8):

import linkpred
import random
from matplotlib import pyplot as plt

random.seed(100)

# Read network
G = linkpred.read_network('examples/inf1990-2004.net')

# Create test network
test = G.s

Improve this page

Add a description, image, and links to the link-prediction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the link-prediction topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.