Skip to content

Releases: boschresearch/ExeKGLib

Release 2.2.2

30 Apr 10:57

Choose a tag to compare

Release Notes

This release includes several updates and improvements to the codebase and documentation. Key changes include:

  • New Features:

    • Added support for editing pipelines.

    • Added support for scikit-learn (sklearn) methods.

    • Added support for matplotlib methods.

    • Added support for cross-validation of machine learning (ML) models.

    • Added support for running Hyperparameter Optimization (HPO) on scikit-learn ML models.

  • Documentation Improvements:

    • Updated list of available tasks and methods.

    • Made several sections of the README more compact and fixed wording.

    • Simplified the Overview section of the README and merged some sections.

Release 2.1.1

22 May 14:33
90e1926

Choose a tag to compare

What's Changed

Added graph validation with SHACL, specifically added:

  1. A SHACL shape graph with constraints that ensure a KG's executability.
  2. The sheXer Python script that was initially used to create the basis for the above shape graph.
  3. KG validation step (using pySHACL and the above shape graph) during KG creation and before KG execution.

Full Changelog: 2.0.4...2.1.1

Release 2.0.4

09 May 07:43
2ef0296

Choose a tag to compare

What's Changed

2.0.3

28 Apr 16:21

Choose a tag to compare

What's Changed

  • Add support for using any of the available bottom-level KG schemata while creating an ML pipeline
  • Improve README
  • Refactor

Full Changelog: 1.1.2...2.0.3

Release 1.1.2

20 Mar 09:35
44027e9

Choose a tag to compare

What's Changed

  • Combined PR (#44) @github-actions

Release 1.1.1

08 Mar 14:56
045c8f6

Choose a tag to compare

What's Changed

  • Combined PR (#37) @github-actions

Release 1.1.0

08 Mar 14:38

Choose a tag to compare

What's Changed

Release 1.0.8

01 Feb 10:52
db023a5

Choose a tag to compare

What's Changed