UnusedFeatures.run_logic#

UnusedFeatures.run_logic(context: Context, dataset_kind) CheckResult[source]#

Run check.

Returns
CheckResult
value is dictionary of 2 values:
used featureslist

A list of features that are considered important.

unused featuresdict

A dictionary of features that are considered unimportant. The dictionary contains two keys: ‘high variance’ and ‘low variance’. Each key contains a list of features.