NOTICE

The upcoming release of Featuretools 1.0.0 contains several breaking changes. Users are encouraged to test this version prior to release by installing from GitHub:

pip install https://github.com/alteryx/featuretools/archive/woodwork-integration.zip

For details on migrating to the new version, refer to Transitioning to Featuretools Version 1.0. Please report any issues in the Featuretools GitHub repo or by messaging in Alteryx Open Source Slack.


featuretools.EntitySet.add_interesting_values

EntitySet.add_interesting_values(max_values=5, verbose=False)[source]

Find interesting values for categorical variables, to be used to generate “where” clauses

Parameters
  • max_values (int) – Maximum number of values per variable to add.

  • verbose (bool) – If True, print summary of interesting values found.

Returns

None