Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 953 Bytes

selectcolumns.md

File metadata and controls

56 lines (30 loc) · 953 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic keywords monikerRange
selectColumns function (MicrosoftML)
Selects a set of columns to retrain, dropping all others (MicrosoftML).
rothja
jroth
07/15/2019
sql
machine-learning
reference
(MicrosoftML)
selectColumns
transform
>=sql-server-2016||>=sql-server-linux-ver15

selectColumns: Selects a set of columns, dropping all others

Selects a set of columns to retrain, dropping all others.

Usage

  selectColumns(vars, ...)
 

Arguments

vars

Specifies character vector or list of the names of the variables to keep.

...

Additional arguments sent to compute engine.

Value

A maml object defining the transform.

Author(s)

Microsoft Corporation Microsoft Technical Support