algorithm_learning_style in Machine_​Learning_​Algorithm

Name: algorithm_learning_styleVersion Id: 1.0.0.0
Description: The algorithm_learning_style attribute describes the type of learning style adopted by the algorithm to model a problem.
Namespace Id: mlSteward: imgClass Name: Machine_​Learning_​AlgorithmType: ASCII_​Short_​String_​Collapsed
Minimum Value: NoneMaximum Value: NoneMinimum Characters: 1Maximum Characters: 255
Unit of Measure Type: NoneDefault Unit Id: NoneAttribute Concept: NoneConceptual Domain: SHORT_STRING
Status: ActiveNillable: falsePattern: None
Permissible Value(s)ValueValue Meaning
 Semisupervised_​LearningBoth labeled data and a large amount of unlabeled data have been used during training.
 Supervised_​LearningSupervised_Learning indicates that labeled data has been used to teach models to yield the desired output.
 Unsupervised_​LearningThe algorithm has not received any labeled data and has discovered patterns on its own from untagged input.