ML-Schema / core

📚 CORE ontology of ML-Schema and mapping to other machine learning vocabularies and ontologies (DMOP, Exposé, OntoDM, and MEX)
http://purl.org/mls
26 stars 7 forks source link

OpenML has more than one file associated to a model computed by a run #14

Open agnieszkalawrynowicz opened 8 years ago

agnieszkalawrynowicz commented 8 years ago

OpenML has more than one file associated to a model computed by a run in its output files e.g.: model_readable, model_serialized.

How do we tackle this? Simply by asserting more than one assertion on models being produced by the run? E.g.: run1 mls:hasOutput model_readable1 . run1 mls:hasOutput model_serialized1 .