Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
microsoftml.count_select(cols: [list, str], count: int = 1, **kargs)
Selects the features for which the count of non-default values is greater than or equal to a threshold.
When using the count mode in feature selection transform, a feature is
selected if the number of examples have at least the specified count
examples of non-default values in the feature. The count mode feature
selection transform is very useful when applied together with a categorical
hash transform (see also, categorical_hash
. The count feature
selection can remove those features generated by hash transform that have no
data in the examples.
Specifies character string or list of the names of the variables to select.
The threshold for count based feature selection. A feature is
selected if and only if at least count
examples have non-default
value in the feature. The default value is 1.
Additional arguments sent to compute engine.
An object defining the transform.
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today