Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 892 Bytes

File metadata and controls

60 lines (32 loc) · 892 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic keywords ms.devlang monikerRange
select_columns: Selects a set of columns and drops all others
Selects a set of columns to retrain, dropping all others.
VanMSFT
vanto
07/15/2019
sql
machine-learning-services
reference
transform
schema
python
>=sql-server-2017||>=sql-server-linux-ver15

microsoftml.select_columns: Retains columns of a dataset

Usage

microsoftml.select_columns(cols: [list, str], **kargs)

Description

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

Arguments

cols

A character string or list of the names of the variables to keep.

kargs

Additional arguments sent to compute engine.

Returns

An object defining the transform.

See also

concat, drop_columns.