Skip to content

Commit 3de77a1

Browse files
Update ML Schema.html
1 parent dc9c323 commit 3de77a1

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

ML Schema.html

+23-7
Original file line numberDiff line numberDiff line change
@@ -535,8 +535,10 @@ <h2><span class="secno">2. </span>The ML Schema description</h2>
535535

536536
mls:executes :wekaLogistic ;
537537

538-
mls:hasInput :credit-a ;
539-
538+
mls:hasInput :credit-a ,
539+
:wekaLogisticMSetting29 ,
540+
:wekaLogisticRSetting29 ;
541+
540542
mls:hasOutput :modelEvaluation100241 ,
541543
:wekaLogisticModel100241 ;
542544

@@ -624,12 +626,13 @@ <h2><span class="secno">2. </span>The ML Schema description</h2>
624626
:task29 rdf:type owl:NamedIndividual ,
625627
mls:Task ;
626628

627-
mls:definedOn :credit-a ,
628-
:evaluationSpecification1 .
629+
mls:definedOn :credit-a .
629630

630631

631632
:evaluationSpecification1 rdf:type owl:NamedIndividual ,
632633
mls:EvaluationSpecification ;
634+
635+
mls:defines :task29 ;
633636

634637
mls:hasPart :TenFoldCrossValidation ,
635638
:predictiveAccuracy .
@@ -778,6 +781,8 @@ <h2><span class="secno">2. </span>The ML Schema description</h2>
778781

779782
:evaluationSpecification1 rdf:type owl:NamedIndividual ,
780783
mls:EvaluationSpecification ;
784+
785+
mls:defines :task29 ;
781786

782787
mls:hasPart :TenFoldCrossValidation ,
783788
:predictiveAccuracy .
@@ -906,7 +911,18 @@ <h2><span class="secno">2. </span>The ML Schema description</h2>
906911

907912

908913
:run100241 rdf:type owl:NamedIndividual ,
909-
mls:Run .
914+
mls:Run
915+
916+
mls:executes :wekaLogistic ;
917+
918+
mls:hasInput :credit-a ,
919+
:wekaLogisticMSetting29 ,
920+
:wekaLogisticRSetting29 ;
921+
922+
mls:hasOutput :modelEvaluation100241 ,
923+
:wekaLogisticModel100241 ;
924+
925+
mls:realizes :task29 .
910926

911927
</pre></div>
912928

@@ -923,13 +939,13 @@ <h2><span class="secno">2. </span>The ML Schema description</h2>
923939
:task29 rdf:type owl:NamedIndividual ,
924940
mls:Task ;
925941

926-
mls:definedOn :credit-a ,
927-
:evaluationSpecification1 .
942+
mls:definedOn :credit-a .
928943

929944
</pre></div>
930945

931946

932947
<div id="d4e63" class="entity"><a name="http://www.w3.org/ns/mls#definedOn"></a><h3>definedOn<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#definedOn</p><div class="comment"><span class="markdown">A relation between a task and either the data or an evaluation specification pertinent to this task.</span></div><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
948+
<div id="d4e64" class="entity"><a name="http://www.w3.org/ns/mls#defines"></a><h3>definedOn<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#defines</p><div class="comment"><span class="markdown">A relation between an evaluation specification and a task.</span></div><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
933949
<div id="d4e73" class="entity"><a name="http://www.w3.org/ns/mls#executes"></a><h3>executes<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#executes</p><div class="comment"><span class="markdown">A relation between a run and an implemantation that is being executed during the run.</span></div><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
934950
<div id="d4e81" class="entity"><a name="http://www.w3.org/ns/mls#hasHyperParameter"></a><h3>hasHyperParameter<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#hasHyperParameter</p><div class="comment"><span class="markdown">A relation between an implementation of a machine learning algorithm and its hyperparameter.</span></div><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
935951
<div id="d4e91" class="entity"><a name="http://www.w3.org/ns/mls#hasInput"></a><h3>hasInput<sup title="object property" class="type-op">op</sup><span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#hasInput</p><div class="comment"><span class="markdown">A relation between a run and data that is taken as input to the run.</span></div><div class="description"><dl><dt>has super-properties</dt><dd><span class="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>

0 commit comments

Comments
 (0)