---
title: "predictions(from:)"
framework: createml
role: symbol
role_heading: Instance Method
path: "createml/mlboostedtreeregressor/predictions(from:)"
---

# predictions(from:)

Predicts a column of labels for the given testing data.

## Declaration

```swift
func predictions(from data: DataFrame) throws -> AnyColumn
```
