---
title: trainingMetrics
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlwordtagger/trainingmetrics
---

# trainingMetrics

Measurements of the tagger’s performance on the training data set.

## Declaration

```swift
let trainingMetrics: MLWordTaggerMetrics
```

## Mentioned in

Creating a word tagger model

## See Also

### Evaluating a word tagger

- [evaluation(on:tokenColumn:labelColumn:)](createml/mlwordtagger/evaluation(on:tokencolumn:labelcolumn:).md)
- [evaluation(on:)](createml/mlwordtagger/evaluation(on:).md)
- [validationMetrics](createml/mlwordtagger/validationmetrics.md)
- [MLWordTaggerMetrics](createml/mlwordtaggermetrics.md)
