featuretools.selection.remove_low_information_features#

featuretools.selection.remove_low_information_features(feature_matrix, features=None)[源]#

选择至少具有 2 个唯一值且不全为 null 的特征

参数:
  • feature_matrix (pd.DataFrame) – 列为特征名称,行为实例的 DataFrame

  • features (list[featuretools.FeatureBase] 或 list[str], 可选) – 要选择的特征列表

返回值:

(feature_matrix, features)