Extending
The library can be extended by adding a new task and method to support new ML-related operations.
To perform this type of ExeKGLib extension, there are 3 required steps:
- Selection of a relevant bottom-level KG schema (Statistics, ML, or Visualization) according to the type of the new task and method.
- Addition of new semantic components (entities, properties, etc) to the selected KG schema.
- Addition of a Python class to the corresponding module of
exe_kg_lib.classes.tasks
package.
For steps 2 and 3, refer to the relevant page of ExeKGLib's website.
Last update: January 7, 2023