Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@bsteenwi bsteenwi released this 12 Mar 12:59
· 3 commits to main since this release
44a6e5b

📦 GraphFlex – Initial Release

We’re excited to introduce the first official release of GraphFlex – a Flexible Framework for Graph Feature Engineering in Python!

This initial version lays the foundation for seamless graph-based feature engineering, fully compatible with scikit-learn pipelines and modern graph backends such as DGL, Neo4j, and RDFLib-HDT.


✨ Highlights

  • Modular GraphFlex class with plug-and-play architecture
  • Built-in feature functions and postprocessing filters
  • Scikit-learn compatibility: Pipeline, GridSearchCV, etc.
  • Support for multiple graph backends via connector modules:
    • ✅ DGL
    • ✅ Neo4j (optional)
    • ✅ RDFLib-HDT (optional)
  • Clean and extensible API for research and production use
  • Optional dependency groups for flexible installation

📦 Installation

pip install graphflex