paper-with-me

홈 › Papers

pygrank: A Python Package for Graph Node Ranking

2021-10-18 · Emmanouil Krasanakis, Symeon Papadopoulos, Ioannis Kompatsiaris, Andreas Symeonidis

We introduce pygrank, an open source Python package to define, run and evaluate node ranking algorithms. We provide object-oriented and extensively unit-tested algorithm components, such as graph filters, post-processors, measures, benchmarks and online tuning. Computations can be delegated to numpy, tensorflow or pytorch backends and fit in back-propagation pipelines. Classes can be combined to define interoperable complex algorithms. Within the context of this paper we compare the package with related alternatives and demonstrate its flexibility and ease of use with code examples.

📄 PDF Abstract BibTeX arXiv:2110.09274

Code (1)

MKLab-ITI/pygrank 공식 구현 pytorch

Similar Papers 제목 키워드 기반

causalgraph: A Python Package for Modeling, Persisting and Visualizing Causal Graphs Embedded in Knowledge Graphs

2023-01-20 · Sven Pieper, Carl Willy Mehling, Dominik Hirsch, Tobias Lüke 외

This paper describes a novel Python package, named causalgraph, for modeling and saving causal graphs embedded in knowledge graphs. The package has been designed to provide an interface between causal disciplines such as…

Causal DiscoveryCausal InferenceKnowledge Graphs

path_boost: A Python Package for Interpretable Graph-Level Prediction using Path-Based Gradient Boosting

2026-07-08 · Claudio Meggio, Johan Pensar, Riccardo De Bin arxiv

We present path_boost, a Python package for interpretable supervised learning on graph-structured input data. The package implements PathBoost, a gradient boosting algorithm that automatically discovers predictive labele…

Molecular Property PredictionBinary ClassificationGraph Neural Network

TopoX: A Suite of Python Packages for Machine Learning on Topological Domains

2024-02-04 · Mustafa Hajij, Mathilde Papillon, Florian Frantzen, Jens Agerberg 외

We introduce TopoX, a Python software suite that provides reliable and user-friendly building blocks for computing and machine learning on topological domains that extend graphs: hypergraphs, simplicial, cellular, path a…

LLM-Enhanced Hierarchical Heterogeneous Graph Representation Learning for Malicious Python Package Detection

2026-07-03 · Hang Gao, Xiaoyu Chen, Baoquan Cui, Zhen Tang 외 arxiv

Malicious Python packages have become a major threat to software supply chain ecosystems due to the widespread adoption of open-source repositories such as PyPI. Existing learning-based detection methods struggle to capt…

Graph Representation LearningGraph Neural Network

Temporal Graph Analysis with TGX

2024-02-06 · Razieh Shirzadkhani, Shenyang Huang, Elahe Kooshafar, Reihaneh Rabbany 외

Real-world networks, with their evolving relations, are best captured as temporal graphs. However, existing software libraries are largely designed for static graphs where the dynamic nature of temporal graphs is ignored…