Skip to content
#

link-prediction

Here are 172 public repositories matching this topic...

adocherty
adocherty commented Nov 27, 2019

Description

Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.

This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/

awesome-fraud-detection-papers
pykeen
cthoyt
cthoyt commented May 9, 2021

PyKEEN currently implements two training loops:

  1. The local closed world assumption (LCWA). People often mistakenly call this the closed world assumption)
  2. The stochastic closed world assumption (sLCWA). People often mistakenly call this the open world assumption)

Training for the link prediction task under the open world assumption is mostly nonsensical (some negatives are necessa

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