Name: Trained_Machine_Learning_Model | Version Id: 1.0.0.0 | ||
---|---|---|---|
Description:The Trained_Machine_Learning_Model class is a container for information about how a given model was trained and evaluated. A Machine_Learning_Algorithm and Training_Set are required, while Validation_Set and Test_Set (and Test_Performance) are optional. | |||
Namespace Id: ml | Steward: img | Role: TBD_role | Status: Active |
Class Hierarchy: Trained_Machine_Learning_Model | |||
Attribute(s) | Name | Cardinality | Value |
trained_model_version_id | 1..1 | None | |
trained_model_name | 1..1 | None | |
Association(s) | Name | Cardinality | Class |
Machine_Learning_Algorithm | 1..1 | Machine_Learning_Algorithm | |
Training_Set | 1..1 | Training_Set | |
Validation_Set | 0..1 | Validation_Set | |
Test_Set | 0..1 | Test_Set | |
Test_Performance | 0..Unbounded | Test_Performance | |
Referenced from: Machine_Learning |