LICENSE
MANIFEST.in
README.md
dev-requirements.txt
koalas-requirements.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
featuretools/__init__.py
featuretools/__main__.py
featuretools/config_init.py
featuretools/exceptions.py
featuretools/version.py
featuretools.egg-info/PKG-INFO
featuretools.egg-info/SOURCES.txt
featuretools.egg-info/dependency_links.txt
featuretools.egg-info/entry_points.txt
featuretools.egg-info/requires.txt
featuretools.egg-info/top_level.txt
featuretools/computational_backends/__init__.py
featuretools/computational_backends/api.py
featuretools/computational_backends/calculate_feature_matrix.py
featuretools/computational_backends/feature_set.py
featuretools/computational_backends/feature_set_calculator.py
featuretools/computational_backends/utils.py
featuretools/demo/__init__.py
featuretools/demo/api.py
featuretools/demo/flight.py
featuretools/demo/mock_customer.py
featuretools/demo/retail.py
featuretools/demo/weather.py
featuretools/entityset/__init__.py
featuretools/entityset/api.py
featuretools/entityset/deserialize.py
featuretools/entityset/entityset.py
featuretools/entityset/relationship.py
featuretools/entityset/serialize.py
featuretools/entityset/timedelta.py
featuretools/feature_base/__init__.py
featuretools/feature_base/api.py
featuretools/feature_base/feature_base.py
featuretools/feature_base/feature_descriptions.py
featuretools/feature_base/feature_visualizer.py
featuretools/feature_base/features_deserializer.py
featuretools/feature_base/features_serializer.py
featuretools/feature_base/utils.py
featuretools/primitives/__init__.py
featuretools/primitives/api.py
featuretools/primitives/options_utils.py
featuretools/primitives/utils.py
featuretools/primitives/base/__init__.py
featuretools/primitives/base/aggregation_primitive_base.py
featuretools/primitives/base/api.py
featuretools/primitives/base/primitive_base.py
featuretools/primitives/base/transform_primitive_base.py
featuretools/primitives/base/utils.py
featuretools/primitives/data/featuretools_unit_test_example.csv
featuretools/primitives/data/free_email_provider_domains.txt
featuretools/primitives/data/free_email_provider_domains_license
featuretools/primitives/standard/__init__.py
featuretools/primitives/standard/aggregation_primitives.py
featuretools/primitives/standard/api.py
featuretools/primitives/standard/binary_transform.py
featuretools/primitives/standard/cum_transform_feature.py
featuretools/primitives/standard/rolling_transform_primitive.py
featuretools/primitives/standard/transform_primitive.py
featuretools/selection/__init__.py
featuretools/selection/api.py
featuretools/selection/selection.py
featuretools/synthesis/__init__.py
featuretools/synthesis/api.py
featuretools/synthesis/deep_feature_synthesis.py
featuretools/synthesis/dfs.py
featuretools/synthesis/encode_features.py
featuretools/synthesis/get_valid_primitives.py
featuretools/synthesis/utils.py
featuretools/tests/__init__.py
featuretools/tests/conftest.py
featuretools/tests/test_version.py
featuretools/tests/computational_backend/__init__.py
featuretools/tests/computational_backend/test_calculate_feature_matrix.py
featuretools/tests/computational_backend/test_dask_features.py
featuretools/tests/computational_backend/test_feature_set.py
featuretools/tests/computational_backend/test_feature_set_calculator.py
featuretools/tests/computational_backend/test_utils.py
featuretools/tests/config_tests/__init__.py
featuretools/tests/config_tests/test_config.py
featuretools/tests/demo_tests/__init__.py
featuretools/tests/demo_tests/test_demo_data.py
featuretools/tests/entityset_tests/__init__.py
featuretools/tests/entityset_tests/test_dask_es.py
featuretools/tests/entityset_tests/test_es.py
featuretools/tests/entityset_tests/test_es_metadata.py
featuretools/tests/entityset_tests/test_koalas_es.py
featuretools/tests/entityset_tests/test_last_time_index.py
featuretools/tests/entityset_tests/test_plotting.py
featuretools/tests/entityset_tests/test_relationship.py
featuretools/tests/entityset_tests/test_serialization.py
featuretools/tests/entityset_tests/test_timedelta.py
featuretools/tests/entityset_tests/test_ww_es.py
featuretools/tests/integration_data/__init__.py
featuretools/tests/plugin_tests/__init__.py
featuretools/tests/plugin_tests/test_plugin.py
featuretools/tests/plugin_tests/utils.py
featuretools/tests/plugin_tests/featuretools_plugin/__init__.py
featuretools/tests/plugin_tests/featuretools_plugin/setup.py
featuretools/tests/plugin_tests/featuretools_plugin/featuretools_plugin/__init__.py
featuretools/tests/primitive_tests/__init__.py
featuretools/tests/primitive_tests/test_agg_feats.py
featuretools/tests/primitive_tests/test_agg_primitives.py
featuretools/tests/primitive_tests/test_dask_primitives.py
featuretools/tests/primitive_tests/test_direct_features.py
featuretools/tests/primitive_tests/test_feature_base.py
featuretools/tests/primitive_tests/test_feature_descriptions.py
featuretools/tests/primitive_tests/test_feature_serialization.py
featuretools/tests/primitive_tests/test_feature_utils.py
featuretools/tests/primitive_tests/test_feature_visualizer.py
featuretools/tests/primitive_tests/test_features_deserializer.py
featuretools/tests/primitive_tests/test_features_serializer.py
featuretools/tests/primitive_tests/test_groupby_transform_primitives.py
featuretools/tests/primitive_tests/test_identity_features.py
featuretools/tests/primitive_tests/test_make_agg_primitives.py
featuretools/tests/primitive_tests/test_make_trans_primitives.py
featuretools/tests/primitive_tests/test_overrides.py
featuretools/tests/primitive_tests/test_primitive_base.py
featuretools/tests/primitive_tests/test_primitive_utils.py
featuretools/tests/primitive_tests/test_rolling_primitive.py
featuretools/tests/primitive_tests/test_transform_features.py
featuretools/tests/primitive_tests/test_transform_primitive.py
featuretools/tests/primitive_tests/bad_primitive_files/__init__.py
featuretools/tests/primitive_tests/bad_primitive_files/multiple_primitives.py
featuretools/tests/primitive_tests/bad_primitive_files/no_primitives.py
featuretools/tests/primitive_tests/primitives_to_install/__init__.py
featuretools/tests/primitive_tests/primitives_to_install/custom_max.py
featuretools/tests/primitive_tests/primitives_to_install/custom_mean.py
featuretools/tests/primitive_tests/primitives_to_install/custom_sum.py
featuretools/tests/selection/__init__.py
featuretools/tests/selection/test_selection.py
featuretools/tests/synthesis/__init__.py
featuretools/tests/synthesis/test_dask_dfs.py
featuretools/tests/synthesis/test_deep_feature_synthesis.py
featuretools/tests/synthesis/test_dfs_method.py
featuretools/tests/synthesis/test_encode_features.py
featuretools/tests/synthesis/test_get_valid_primitives.py
featuretools/tests/synthesis/test_koalas_dfs.py
featuretools/tests/testing_utils/__init__.py
featuretools/tests/testing_utils/cluster.py
featuretools/tests/testing_utils/es_utils.py
featuretools/tests/testing_utils/features.py
featuretools/tests/testing_utils/mock_ds.py
featuretools/tests/utils_tests/__init__.py
featuretools/tests/utils_tests/test_cli_utils.py
featuretools/tests/utils_tests/test_config.py
featuretools/tests/utils_tests/test_description_utils.py
featuretools/tests/utils_tests/test_entry_point.py
featuretools/tests/utils_tests/test_gen_utils.py
featuretools/tests/utils_tests/test_time_utils.py
featuretools/tests/utils_tests/test_trie.py
featuretools/tests/variables/__init__.py
featuretools/tests/variables/test_variables_utils.py
featuretools/utils/__init__.py
featuretools/utils/api.py
featuretools/utils/cli_utils.py
featuretools/utils/common_tld_utils.py
featuretools/utils/description_utils.py
featuretools/utils/entry_point.py
featuretools/utils/gen_utils.py
featuretools/utils/koalas_utils.py
featuretools/utils/plot_utils.py
featuretools/utils/s3_utils.py
featuretools/utils/time_utils.py
featuretools/utils/trie.py
featuretools/utils/wrangle.py
featuretools/variable_types/__init__.py
featuretools/variable_types/api.py
featuretools/variable_types/utils.py