boschresearch/ExeKGLib
Python library for Executable Machine Learning Knowledge Graphs
This is a Python library that helps data scientists and machine learning engineers build and run data analytics workflows without writing extensive code. You can define your machine learning or statistics pipeline using a simple JSON file or a coding interface, inputting tabular data like CSV files. The library then processes this data and produces results such as trained models, performance metrics, and visualizations like bar or line plots.
Use this if you need to quickly construct, save, and execute machine learning or statistical data processing pipelines, especially for batch creation or when you prefer a configuration-driven approach over coding.
Not ideal if you need to build highly customized, one-off data processing scripts that don't benefit from a structured, reusable pipeline definition.
Stars
21
Forks
4
Language
Python
License
AGPL-3.0
Category
Last pushed
Oct 15, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/boschresearch/ExeKGLib"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pyg-team/pytorch_geometric
Graph Neural Network Library for PyTorch
a-r-j/graphein
Protein Graph Library
raamana/graynet
Subject-wise networks from structural MRI, both vertex- and voxel-wise features (thickness, GM...
pykale/pykale
Knowledge-Aware machine LEarning (KALE): accessible machine learning from multiple sources for...
dmlc/dgl
Python package built to ease deep learning on graph, on top of existing DL frameworks.