Knowledge-Graph-Hub / neat-ml

Network Embedding All the Things
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Update to use most recent `grape` functions for link prediction #97

Open caufieldjh opened 1 year ago

caufieldjh commented 1 year ago

Replace and/or refactor functions here: https://github.com/Knowledge-Graph-Hub/neat-ml/blob/main/neat_ml/run_classifier/run_classifier.py to use the current grape functions.

One big help would be replacing candidate pair generation with grape's negative graph generation.