predictions(from:)
Predicts the labels for the given terms in the table column.
Declaration
func predictions(from texts: MLDataColumn<String>) throws -> MLDataColumn<String>Parameters
- texts:
The column of terms.
Return Value
A column of labels.
Predicts the labels for the given terms in the table column.
func predictions(from texts: MLDataColumn<String>) throws -> MLDataColumn<String>The column of terms.
A column of labels.