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

# debugDescription

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

## Declaration

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

## See Also

### Describing a regressor

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