microsoftml.drop_columns: Drops columns from a dataset

Usage

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

Description

Specified columns to drop from the dataset.

Arguments

cols

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

kargs

Additional arguments sent to compute engine.

Returns

An object defining the transform.

See also

concat, select_columns.