You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`pipeline()` executes the whole pipeline; including extracting data and metadata from the input KGs, validating SHACL constraints, preprocessing the data and running predictive models.
26
26
InterpretME aims at collecting metadata at each step of pipeline.
27
-
The current version of InterpretME resorts to interpretable surrogate tools like `LIME`[1].
27
+
The current version of InterpretME resorts to interpretable surrogate tools like LIME [1].
28
28
The user can provide a path to store the LIME results.
29
29
Even model performance metrics like accuracy, precision etc. are recorded as metadata.
30
-
The RDF mapping language (`RML`) is used to define mappings for the metadata collected from the predictive pipeline in order to integrate them into the **InterpretME KG**.
30
+
The RDF mapping language (RML) is used to define mappings for the metadata collected from the predictive pipeline in order to integrate them into the **InterpretME KG**.
31
31
The RML mappings are used by the SDM-RDFizer [2], an efficient RML engine for creating knowledge graphs, to semantify the metadata.
32
32
The function `pipeline()` returns results from the pipeline which are used later in traceability of a target entity.
33
33
@@ -131,4 +131,4 @@ A Python dictionary following the SPARQL protocol with the query result.
131
131
132
132
[2] E. Iglesias, S. Jozashoori, D. Chaves-Fraga, D. Collarana and M.-E. Vidal. SDM-RDFizer: An RML Interpreter for the Efficient Creation of RDF Knowledge Graphs. In: CIKM ’20:Proceedings of the 29th ACM International Conference on Information & Knowledge Management, ACM, New York, NY,USA, 2020. DOI: [10.1145/3340531.3412881](https://dl.acm.org/doi/pdf/10.1145/3340531.3412881).
133
133
134
-
[3] P.D. Rohde. DeTrusty v0.6.1, August 2022. DOI: [10.5281/zenodo.6998001](https://doi.org/10.5281/zenodo.6998001).
134
+
[3] P.D. Rohde. DeTrusty v0.6.1, August 2022. DOI: [10.5281/zenodo.6998001](https://doi.org/10.5281/zenodo.6998001).
0 commit comments