---
title: debugDescription
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mllinearregressor/debugdescription
---

# debugDescription

A text representation of the linear regressor that’s suitable for output during debugging.

## Declaration

```swift
var debugDescription: String { get }
```

## See Also

### Describing a linear regressor

- [description](createml/mllinearregressor/description.md)
- [playgroundDescription](createml/mllinearregressor/playgrounddescription.md)
