Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ms:MLModel
Namespace http://w3id.org/meta-share/meta-share/
Annotations
The model artifact that is created through a training process involving an ML algorithm (that is, the learning algorithm) and the training data to learn from.
Diagram
Diagram ELG-SHARE_xsd_Element_ms_MLModel.tmp#MLModel_ldSubclassType ELG-SHARE_xsd_Element_ms_modelVariant.tmp#modelVariant ELG-SHARE_xsd_Element_ms_typesystem.tmp#typesystem ELG-SHARE_xsd_Element_ms_annotationSchema.tmp#annotationSchema ELG-SHARE_xsd_Element_ms_annotationResource.tmp#annotationResource ELG-SHARE_xsd_Element_ms_tagset.tmp#tagset ELG-SHARE_xsd_Element_ms_method.tmp#method ELG-SHARE_xsd_Element_ms_mlFramework.tmp#mlFramework ELG-SHARE_xsd_Element_ms_algorithm.tmp#algorithm ELG-SHARE_xsd_Element_ms_algorithmDetails.tmp#algorithmDetails ELG-SHARE_xsd_Element_ms_trainingCorpusDetails.tmp#trainingCorpusDetails
Properties
content complex
Used by
Model
Children ms:algorithm, ms:algorithmDetails, ms:annotationResource, ms:annotationSchema, ms:ldSubclassType, ms:method, ms:mlFramework, ms:modelVariant, ms:tagset, ms:trainingCorpusDetails, ms:typesystem
Instance
<ms:MLModel xmlns:ms="http://w3id.org/meta-share/meta-share/">
  <ms:ldSubclassType>{1,1}</ms:ldSubclassType>
  <ms:modelVariant>{0,1}</ms:modelVariant>
  <ms:typesystem>{0,1}</ms:typesystem>
  <ms:annotationSchema>{0,1}</ms:annotationSchema>
  <ms:annotationResource>{0,unbounded}</ms:annotationResource>
  <ms:tagset>{0,1}</ms:tagset>
  <ms:method>{0,1}</ms:method>
  <ms:mlFramework>{0,1}</ms:mlFramework>
  <ms:algorithm xml:lang="">{0,unbounded}</ms:algorithm>
  <ms:algorithmDetails xml:lang="">{0,unbounded}</ms:algorithmDetails>
  <ms:trainingCorpusDetails xml:lang="">{0,unbounded}</ms:trainingCorpusDetails>
</ms:MLModel>
Source
<xs:element name="MLModel">
  <xs:annotation>
    <xs:documentation xml:lang="en">The model artifact that is created through a training process involving an ML algorithm (that is, the learning algorithm) and the training data to learn from.</xs:documentation>
    <xs:appinfo>
      <label xml:lang="en">Machine learning model</label>
      <identifier>http://w3id.org/meta-share/meta-share/MLModel</identifier>
      <alt_label xml:lang="en">ML model</alt_label>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ldSubclassType" fixed="MlModel">
        <xs:annotation>
          <xs:appinfo>
            <indexed>true</indexed>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:modelVariant" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:typesystem" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationSchema" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:annotationResource" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:tagset" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:method" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:mlFramework" minOccurs="0">
        <xs:annotation>
          <xs:appinfo>
            <relation>mm</relation>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element ref="ms:algorithm" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:algorithmDetails" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="ms:trainingCorpusDetails" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:appinfo>
            <recommended>true</recommended>
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ms:MLModel / ms:ldSubclassType
Namespace http://w3id.org/meta-share/meta-share/
Diagram
Diagram
Properties
fixed MlModel
Source
<xs:element name="ldSubclassType" fixed="MlModel">
  <xs:annotation>
    <xs:appinfo>
      <indexed>true</indexed>
    </xs:appinfo>
  </xs:annotation>
</xs:element>