Skip to content

Class: ModelCard

URI: modelcard:ModelCard

classDiagram class ModelCard ModelCard : considerations ModelCard : model_details ModelCard : model_parameters ModelCard : quantitative_analysis ModelCard : schema_version

Slots

Name Cardinality and Range Description
schema_version 0..1
NONE
The version of the schema
model_details 1..1
NONE
Metadata about the model
model_parameters 0..1
NONE
Parameters for construction of the model
quantitative_analysis 0..1
NONE
A quantitative analysis of the model
considerations 0..1
NONE
What considerations should be taken into account regarding the model's constr...

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/modelcard

Mappings

Mapping Type Mapped Value
self ['modelcard:ModelCard']
native ['modelcard:ModelCard']

LinkML Specification

Direct

name: ModelCard
from_schema: https://w3id.org/linkml/modelcard
rank: 1000
slots:
- schema_version
- model_details
- model_parameters
- quantitative_analysis
- considerations
slot_usage:
  schema_version:
    name: schema_version
    description: The version of the schema.
    domain_of:
    - ModelCard
    - ModelCard
  model_details:
    name: model_details
    description: Metadata about the model.
    domain_of:
    - ModelCard
    - ModelCard
    required: true
  model_parameters:
    name: model_parameters
    description: Parameters for construction of the model.
    domain_of:
    - ModelCard
    - ModelCard
  quantitative_analysis:
    name: quantitative_analysis
    description: A quantitative analysis of the model
    domain_of:
    - ModelCard
    - ModelCard
  considerations:
    name: considerations
    description: What considerations should be taken into account regarding the model's
      construction, training, and application?
    domain_of:
    - ModelCard
    - ModelCard
tree_root: true

Induced

name: ModelCard
from_schema: https://w3id.org/linkml/modelcard
rank: 1000
slot_usage:
  schema_version:
    name: schema_version
    description: The version of the schema.
    domain_of:
    - ModelCard
    - ModelCard
  model_details:
    name: model_details
    description: Metadata about the model.
    domain_of:
    - ModelCard
    - ModelCard
    required: true
  model_parameters:
    name: model_parameters
    description: Parameters for construction of the model.
    domain_of:
    - ModelCard
    - ModelCard
  quantitative_analysis:
    name: quantitative_analysis
    description: A quantitative analysis of the model
    domain_of:
    - ModelCard
    - ModelCard
  considerations:
    name: considerations
    description: What considerations should be taken into account regarding the model's
      construction, training, and application?
    domain_of:
    - ModelCard
    - ModelCard
attributes:
  schema_version:
    name: schema_version
    description: The version of the schema.
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: schema_version
    owner: ModelCard
    domain_of:
    - ModelCard
    - ModelCard
  model_details:
    name: model_details
    description: Metadata about the model.
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: model_details
    owner: ModelCard
    domain_of:
    - ModelCard
    - ModelCard
    required: true
  model_parameters:
    name: model_parameters
    description: Parameters for construction of the model.
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: model_parameters
    owner: ModelCard
    domain_of:
    - ModelCard
    - ModelCard
  quantitative_analysis:
    name: quantitative_analysis
    description: A quantitative analysis of the model
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: quantitative_analysis
    owner: ModelCard
    domain_of:
    - ModelCard
    - ModelCard
  considerations:
    name: considerations
    description: What considerations should be taken into account regarding the model's
      construction, training, and application?
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: considerations
    owner: ModelCard
    domain_of:
    - ModelCard
    - ModelCard
tree_root: true