Evaluates the classifier on the provided labeled data.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Declaration
func evaluation(on labeledData: MLData Table) -> MLClassifier Metrics
Return Value
Metrics used to determine the model’s performance on the provided data.
Discussion
Evaluation should be done on a testing data set that the model has not seen as part of the training or validation data sets.