From d5be62cca08d12266f045969c60d17e8765e25d2 Mon Sep 17 00:00:00 2001 From: Murat <58848921+flyingriverhorse@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:34:12 +0200 Subject: [PATCH] Add Skyulf to graph-based ML tools list Added Skyulf to the list of graph-based ML tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 753461a..9fc7600 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ * [Little Ball of Fur](https://github.com/benedekrozemberczki/littleballoffur) - A library for sampling graph structured data. * [GreatX](https://github.com/EdisonLeeeee/GreatX) - A graph reliability toolbox based on PyTorch and PyTorch Geometric (PyG). PyTorch based/compatible * [Jraph](https://github.com/google-deepmind/jraph) - A Graph Neural Network Library in Jax. +* [Skyulf](https://github.com/flyingriverhorse/Skyulf) – A stateless, graph-based ML pipeline engine. Features a "Calculator/Applier" architecture for lightweight deployment, structural leakage prevention, and a visual node editor. ## Learning-to-Rank & Recommender Systems * [LightFM](https://github.com/lyst/lightfm) - A Python implementation of LightFM, a hybrid recommendation algorithm.