Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alteryx/featuretools
/ functions
Functions
2,586 in github.com/alteryx/featuretools
⨍
Functions
2,586
◇
Types & classes
377
↳
Endpoints
19
Function
test_later_schema_version
(es, caplog, hardcoded_schema_version, warns)
featuretools/tests/entityset_tests/test_serialization.py:373
Function
test_later_schema_version
(es, caplog, hardcoded_schema_version, warns)
featuretools/tests/primitive_tests/test_features_deserializer.py:148
Function
test_latlong
(es)
featuretools/tests/primitive_tests/test_transform_features.py:770
Function
test_latlong_nan_normalization
(latlong_df)
featuretools/tests/entityset_tests/test_es.py:2108
Function
test_latlong_nan_normalization_add_dataframe
(latlong_df)
featuretools/tests/entityset_tests/test_es.py:2130
Function
test_latlong_with_nan
(es)
featuretools/tests/primitive_tests/test_transform_features.py:798
Method
test_leaf
(self, es)
featuretools/tests/entityset_tests/test_last_time_index.py:95
Method
test_leaf_no_time_index
(self, es)
featuretools/tests/entityset_tests/test_last_time_index.py:108
Method
test_leap_year
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:894
Method
test_leap_year
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:938
Method
test_leap_year
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:987
Method
test_leap_year
(self)
featuretools/tests/primitive_tests/transform_primitive_tests/test_transform_primitive.py:1017
Method
test_leap_year
(self)
featuretools/tests/primitive_tests/transform_primitive_tests/test_transform_primitive.py:1098
Method
test_less_window_size
(self)
featuretools/tests/primitive_tests/transform_primitive_tests/test_savgol_filter.py:250
Method
test_limit
(self)
featuretools/tests/primitive_tests/test_absolute_diff.py:30
Function
test_list_logical_types
()
featuretools/tests/utils_tests/test_gen_utils.py:37
Function
test_list_primitive_files
(primitives_to_install_dir)
featuretools/tests/primitive_tests/test_primitive_utils.py:192
Function
test_list_primitives_order
()
featuretools/tests/primitive_tests/test_primitive_utils.py:51
Function
test_list_semantic_tags
()
featuretools/tests/utils_tests/test_gen_utils.py:43
Function
test_lite_feature_assertions
()
featuretools/tests/feature_discovery/test_type_defs.py:361
Function
test_lite_feature_to_column_schema
()
featuretools/tests/feature_discovery/test_type_defs.py:420
Function
test_lite_feature_to_dependent_primitives
()
featuretools/tests/feature_discovery/test_type_defs.py:435
Function
test_load_flight
()
featuretools/tests/demo_tests/test_demo_data.py:50
Function
test_load_primitive_from_file
(primitives_to_install_dir)
featuretools/tests/primitive_tests/test_primitive_utils.py:200
Function
test_load_retail_diff
()
featuretools/tests/demo_tests/test_demo_data.py:17
Function
test_logging_defaults
()
featuretools/tests/utils_tests/test_config.py:13
Function
test_logging_set_via_env
()
featuretools/tests/utils_tests/test_config.py:33
Function
test_lti_already_has_last_time_column_name
(es)
featuretools/tests/entityset_tests/test_ww_es.py:407
Function
test_make_3_stacked_agg_feats
Tests stacking 3 agg features. The test specifically uses non numeric indices to test how ancestor columns are handled as dataframes are
featuretools/tests/computational_backend/test_feature_set_calculator.py:476
Function
test_make_agg_feat_multiple_dtypes
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:211
Function
test_make_agg_feat_of_agg_feat
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:443
Function
test_make_agg_feat_of_grandchild_dataframe
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:303
Function
test_make_agg_feat_of_identity_column
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:73
Function
test_make_agg_feat_of_identity_index_column
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:104
Function
test_make_agg_feat_using_prev_n_events
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:165
Function
test_make_agg_feat_using_prev_time
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:135
Function
test_make_agg_feat_where_count
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:119
Function
test_make_agg_feat_where_count_and_device_type_feat
Feature we're creating is: Number of sessions for each customer where the number of logs in the session is less than 3
featuretools/tests/computational_backend/test_feature_set_calculator.py:381
Function
test_make_agg_feat_where_count_feat
Feature we're creating is: Number of sessions for each customer where the number of logs in the session is less than 3
featuretools/tests/computational_backend/test_feature_set_calculator.py:317
Function
test_make_agg_feat_where_count_or_device_type_feat
Feature we're creating is: Number of sessions for each customer where the number of logs in the session is less than 3
featuretools/tests/computational_backend/test_feature_set_calculator.py:412
Function
test_make_agg_feat_where_different_identity_feat
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:238
Function
test_make_compare_feat
Feature we're creating is: Number of sessions for each customer where the number of logs in the session is less than 3
featuretools/tests/computational_backend/test_feature_set_calculator.py:347
Function
test_make_deep_agg_feat_of_dfeat_of_agg_feat
The graph looks like this (higher implies parent): C C = Customers, the dataframe we're trying to predict on | S = S
featuretools/tests/computational_backend/test_feature_set_calculator.py:583
Function
test_make_dfeat
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:59
Function
test_make_dfeat_of_agg_feat_on_self
The graph looks like this: R R = Regions, a parent of customers | C C = Customers, the dataframe we're tryin
featuretools/tests/computational_backend/test_feature_set_calculator.py:524
Function
test_make_dfeat_of_agg_feat_through_parent
The graph looks like this: R C = Customers, the dataframe we're trying to predict on / \\ R = Regions, a parent of cust
featuretools/tests/computational_backend/test_feature_set_calculator.py:554
Function
test_make_groupby_features
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:359
Function
test_make_groupby_features_with_agg
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:420
Function
test_make_groupby_features_with_depth_none
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:1937
Function
test_make_groupby_features_with_diff_id
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:401
Function
test_make_groupby_features_with_id
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:383
Function
test_make_identity
(es)
featuretools/tests/computational_backend/test_feature_set_calculator.py:48
Function
test_make_index_any_location
(df)
featuretools/tests/entityset_tests/test_es.py:450
Function
test_make_indirect_groupby_features
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:371
Function
test_make_rolling_count_off_datetime_feature
(window_length, gap, es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:490
Function
test_make_rolling_features
(window_length, gap, rolling_primitive, es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:466
Function
test_make_temporal_cutoffs
()
featuretools/tests/utils_tests/test_time_utils.py:16
Function
test_make_three_most_common
(es)
featuretools/tests/primitive_tests/test_agg_feats.py:649
Function
test_make_time_index_keeps_original_sorting
()
featuretools/tests/entityset_tests/test_es.py:1446
Function
test_make_trans_feat
(es)
featuretools/tests/primitive_tests/test_transform_features.py:165
Function
test_makes_agg_features
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:88
Function
test_makes_agg_features_along_multiple_paths
(diamond_es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:1085
Function
test_makes_agg_features_from_mixed_str
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:75
Function
test_makes_agg_features_from_str
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:63
Function
test_makes_agg_features_of_trans_primitives
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:329
Function
test_makes_agg_features_with_where
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:341
Function
test_makes_count
(es)
featuretools/tests/primitive_tests/test_agg_feats.py:68
Function
test_makes_dfeatures
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:232
Function
test_makes_dfeatures_of_agg_primitives
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:317
Function
test_makes_direct_features_along_multiple_paths
(diamond_es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:1172
Function
test_makes_direct_features_through_multiple_relationships
(games_es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:1098
Function
test_makes_direct_of_agg_of_trans_on_target
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:1238
Function
test_makes_numtrue
(es)
featuretools/tests/primitive_tests/test_agg_feats.py:637
Function
test_makes_trans_feat
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:244
Function
test_makes_trans_of_multiple_direct_features
(diamond_es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:1201
Function
test_max_depth_single_table
(transform_es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:520
Function
test_max_features
(es)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:746
Method
test_max_min_delta
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:761
Function
test_mean_nan
(es)
featuretools/tests/primitive_tests/test_agg_feats.py:145
Function
test_median
(es)
featuretools/tests/primitive_tests/test_agg_feats.py:437
Function
test_metadata
(es, tmp_path)
featuretools/tests/primitive_tests/test_feature_descriptions.py:267
Function
test_metadata_without_id
()
featuretools/tests/entityset_tests/test_es.py:1556
Method
test_method
(self)
featuretools/tests/primitive_tests/test_absolute_diff.py:23
Function
test_midpoint
()
featuretools/tests/primitive_tests/transform_primitive_tests/test_latlong_primitives.py:39
Function
test_midpoint_floating
()
featuretools/tests/primitive_tests/transform_primitive_tests/test_latlong_primitives.py:49
Function
test_midpoint_nan
()
featuretools/tests/primitive_tests/transform_primitive_tests/test_latlong_primitives.py:69
Function
test_midpoint_zeros
()
featuretools/tests/primitive_tests/transform_primitive_tests/test_latlong_primitives.py:59
Function
test_missing_file_extension
(es)
featuretools/tests/entityset_tests/test_plotting.py:34
Function
test_missing_file_extension
(simple_feat)
featuretools/tests/primitive_tests/test_feature_visualizer.py:41
Function
test_missing_instances_with_categorical_index
(es)
featuretools/tests/computational_backend/test_calculate_feature_matrix.py:1969
Method
test_mixed
(self)
featuretools/tests/primitive_tests/transform_primitive_tests/test_same_as_previous.py:30
Function
test_mock_customer
()
featuretools/tests/demo_tests/test_demo_data.py:27
Method
test_monotonically_decreasing
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:1154
Method
test_monotonically_decreasing
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:1198
Method
test_monotonically_increasing
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:1159
Method
test_monotonically_increasing
(self)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_agg_primitives.py:1193
Function
test_multi_output_attributes
(es)
featuretools/tests/primitive_tests/test_feature_base.py:396
Function
test_multi_output_base_error_agg
(es)
featuretools/tests/primitive_tests/test_feature_base.py:370
Function
test_multi_output_base_error_trans
(es)
featuretools/tests/primitive_tests/test_feature_base.py:382
Function
test_multi_output_features
(es)
featuretools/tests/primitive_tests/test_features_serializer.py:66
← previous
next →
1,801–1,900 of 2,586, ranked by callers