MCPcopy Create free account

hub / github.com/alteryx/featuretools / functions

Functions2,586 in github.com/alteryx/featuretools

↓ 1 callersFunctionget_all_primitives
Helper function to return all primitives
featuretools/primitives/utils.py:44
↓ 1 callersMethodget_arguments
(self)
featuretools/feature_base/feature_base.py:495
↓ 1 callersMethodget_arguments
(self)
featuretools/feature_base/feature_base.py:620
↓ 1 callersMethodget_arguments
(self)
featuretools/feature_base/feature_base.py:882
↓ 1 callersMethodget_arguments
(self)
featuretools/feature_base/feature_base.py:946
↓ 1 callersFunctionget_base_features
( feature: LiteFeature, )
featuretools/feature_discovery/convertors.py:150
↓ 1 callersMethodget_by_key
(self, key: str)
featuretools/feature_discovery/FeatureCollection.py:119
↓ 1 callersMethodget_by_logical_type
(self, logical_type: Type[LogicalType])
featuretools/feature_discovery/FeatureCollection.py:100
↓ 1 callersMethodget_by_origin_feature
(self, origin_feature: LiteFeature)
featuretools/feature_discovery/FeatureCollection.py:106
↓ 1 callersMethodget_by_tag
(self, tag: str)
featuretools/feature_discovery/FeatureCollection.py:103
↓ 1 callersFunctionget_client_cluster
Separated out the imports to make it easier to mock during testing
featuretools/computational_backends/utils.py:211
↓ 1 callersFunctionget_dataframe_table
given a dict of columns and feats, construct the html table for it
featuretools/feature_base/feature_visualizer.py:252
↓ 1 callersFunctionget_default_aggregation_primitives
()
featuretools/primitives/utils.py:162
↓ 1 callersFunctionget_default_transform_primitives
()
featuretools/primitives/utils.py:178
↓ 1 callersMethodget_description
( self, input_column_descriptions, slice_num=None, template_override=None,
featuretools/primitives/base/primitive_base.py:111
↓ 1 callersFunctionget_direct_description
(feature)
featuretools/feature_base/feature_descriptions.py:149
↓ 1 callersFunctionget_feature_data
(feature)
featuretools/synthesis/utils.py:18
↓ 1 callersFunctionget_feature_data
(feat, dataframes, groupbys, edges, primitives, layer=0)
featuretools/feature_base/feature_visualizer.py:139
↓ 1 callersFunctionget_feature_depth
Helper method to allow caching of feature.get_depth() Why here and not in FeatureBase? This keeps the caching local to DFS.
featuretools/synthesis/deep_feature_synthesis.py:1318
↓ 1 callersFunctionget_flight_filename
(demo=True)
featuretools/demo/flight.py:330
↓ 1 callersMethodget_function
(self)
featuretools/primitives/standard/transform/time_series/rolling_mean.py:94
↓ 1 callersMethodget_function
(self)
featuretools/primitives/standard/transform/time_series/rolling_min.py:100
↓ 1 callersMethodget_function
(self)
featuretools/primitives/standard/transform/time_series/rolling_outlier_count.py:110
↓ 1 callersMethodget_function
(self)
featuretools/primitives/standard/transform/time_series/rolling_max.py:101
↓ 1 callersMethodget_function
(self)
featuretools/primitives/standard/transform/time_series/rolling_std.py:99
↓ 1 callersMethodget_function
(self)
featuretools/primitives/base/primitive_base.py:71
↓ 1 callersMethodget_origin_features
(self)
featuretools/feature_discovery/LiteFeature.py:270
↓ 1 callersFunctionget_primitive_return_type
Get Return type from a primitive Args: primitive (PrimitiveBase) Returns: ColumnSchema
featuretools/feature_discovery/utils.py:62
↓ 1 callersFunctionget_relationship_column_id
(path)
featuretools/utils/gen_utils.py:17
↓ 1 callersMethodget_unit_type
(self)
featuretools/entityset/timedelta.py:103
↓ 1 callersMethodgroup_features
Topologically sort the given features, then group by path, feature type, use_previous, and where.
featuretools/computational_backends/feature_set.py:157
↓ 1 callersFunctiongummy_review
()
featuretools/tests/testing_utils/mock_ds.py:480
↓ 1 callersFunctionhandle_primitive
(primitive)
featuretools/synthesis/deep_feature_synthesis.py:1233
↓ 1 callersMethodhash
( name: Optional[str], primitive: Optional[PrimitiveBase] = None, base_features: List[
featuretools/feature_discovery/LiteFeature.py:200
↓ 1 callersFunctionlist_primitive_files
returns list of files in directory that might contain primitives
featuretools/primitives/utils.py:313
↓ 1 callersFunctionload_feature_plots
()
docs/source/setup.py:6
↓ 1 callersFunctionload_flight
Download, clean, and filter flight data from 2017. The original dataset can be found `here <https://www.transtats.bts.gov/ot_delay/ot_delayca
featuretools/demo/flight.py:11
↓ 1 callersFunctionload_mock_customer
Return dataframes of mock customer data
featuretools/demo/mock_customer.py:9
↓ 1 callersMethodlower_readable_times
(self)
featuretools/entityset/timedelta.py:133
↓ 1 callersFunctionmake_ecommerce_dataframes
(with_integer_time_index=False)
featuretools/tests/testing_utils/mock_ds.py:93
↓ 1 callersFunctionmake_es
(data)
featuretools/demo/flight.py:99
↓ 1 callersFunctionmake_es
(data)
featuretools/demo/weather.py:29
↓ 1 callersFunctionmake_logical_types
(with_integer_time_index=False)
featuretools/tests/testing_utils/mock_ds.py:345
↓ 1 callersFunctionmake_semantic_tags
()
featuretools/tests/testing_utils/mock_ds.py:326
↓ 1 callersFunctionmake_time_indexes
(with_integer_time_index=False)
featuretools/tests/testing_utils/mock_ds.py:425
↓ 1 callersFunctionmatch_by_schema
(features, column_schema)
featuretools/synthesis/deep_feature_synthesis.py:1171
↓ 1 callersMethodon_call
(self, kwargs)
featuretools/tests/utils_tests/test_entry_point.py:22
↓ 1 callersMethodon_error
(self, error, runtime)
featuretools/tests/utils_tests/test_entry_point.py:25
↓ 1 callersMethodon_return
(self, return_value, runtime)
featuretools/tests/utils_tests/test_entry_point.py:28
↓ 1 callersFunctionparallel_calculate_chunks
( cutoff_time, chunk_size, feature_set, approximate, training_window, save_progress,
featuretools/computational_backends/calculate_feature_matrix.py:697
↓ 1 callersFunctionparse_json_metadata
(file)
featuretools/feature_base/feature_descriptions.py:185
↓ 1 callersFunctionprint_deps
(dependencies)
featuretools/utils/utils_info.py:39
↓ 1 callersFunctionprint_sys_info
()
featuretools/utils/utils_info.py:31
↓ 1 callersFunctionrandomize
(values_)
featuretools/tests/testing_utils/generate_fake_dataframe.py:41
↓ 1 callersMethodsave
(self, location, profile_name)
featuretools/feature_base/features_serializer.py:85
↓ 1 callersFunctionserialize_name_unchanged
(original)
featuretools/tests/primitive_tests/test_feature_serialization.py:138
↓ 1 callersFunctionshould_ignore_dataframe
(option)
featuretools/primitives/options_utils.py:242
↓ 1 callersFunctionshow_info
()
featuretools/utils/utils_info.py:24
↓ 1 callersMethodsort_features
(self)
featuretools/feature_discovery/FeatureCollection.py:25
↓ 1 callersFunctionsummarize_primitives
Returns a metrics summary DataFrame of all primitives found in list_primitives.
featuretools/primitives/utils.py:117
↓ 1 callersFunctiontaco_clock_reviews
()
featuretools/tests/testing_utils/mock_ds.py:511
↓ 1 callersMethodto_dictionary
(self)
featuretools/entityset/relationship.py:116
↓ 1 callersFunctiontoothpaste_reviews
()
featuretools/tests/testing_utils/mock_ds.py:637
↓ 1 callersFunctionwarn_unused_primitives
(unused_primitives)
featuretools/synthesis/dfs.py:302
Method__abs__
(self)
featuretools/feature_base/feature_base.py:423
Method__add__
(self, other)
featuretools/entityset/relationship.py:170
Method__and__
(self, other)
featuretools/feature_base/feature_base.py:408
Method__call__
(self, update, progress_percent, time_elapsed)
featuretools/tests/synthesis/test_dfs_method.py:605
Method__call__
(self)
featuretools/tests/utils_tests/test_entry_point.py:34
Method__call__
(self, update, progress_percent, time_elapsed)
featuretools/tests/computational_backend/test_calculate_feature_matrix.py:2036
Method__call__
(self, update)
featuretools/tests/computational_backend/test_feature_set_calculator.py:1105
Method__call__
(self, *args, **kwargs)
featuretools/primitives/base/primitive_base.py:52
Method__dask_tokenize__
(self)
featuretools/entityset/entityset.py:119
Method__deepcopy__
(self, memo)
featuretools/entityset/entityset.py:159
Method__eq__
(self, other: LiteFeature)
featuretools/feature_discovery/LiteFeature.py:233
Method__eq__
(self, other: FeatureCollection)
featuretools/feature_discovery/FeatureCollection.py:58
Method__eq__
Compares to other by equality
featuretools/feature_base/feature_base.py:275
Method__eq__
(self, other)
featuretools/entityset/relationship.py:59
Method__eq__
(self, other)
featuretools/entityset/relationship.py:185
Method__ge__
Compares if greater than or equal to other
featuretools/feature_base/feature_base.py:299
Method__getitem__
(self, key)
featuretools/feature_base/feature_base.py:63
Method__getitem__
(self, key)
featuretools/feature_base/feature_base.py:1040
Method__getitem__
Get dataframe instance from entityset Args: dataframe_name (str): Name of dataframe. Returns: :class:`.DataF
featuretools/entityset/entityset.py:144
Method__getitem__
(self, index)
featuretools/entityset/relationship.py:175
Method__getstate__
(self)
featuretools/entityset/entityset.py:1248
Method__gt__
Compares if greater than other
featuretools/feature_base/feature_base.py:291
Method__hash__
(self)
featuretools/feature_discovery/LiteFeature.py:242
Method__hash__
(self)
featuretools/feature_discovery/FeatureCollection.py:55
Method__hash__
(self)
featuretools/feature_base/feature_base.py:209
Method__hash__
(self)
featuretools/entityset/relationship.py:70
Method__init__
(self)
featuretools/config_init.py:51
Method__init__
(self, *args, **kwargs)
featuretools/exceptions.py:2
Method__init__
default: A function returning the value to use for new nodes. path_constructor: A function which constructs a path from a list. The
featuretools/utils/trie.py:25
Method__init__
( self, name: Optional[str] = None, logical_type: Optional[Type[LogicalType]] = None,
featuretools/feature_discovery/LiteFeature.py:36
Method__init__
(self, features: List[LiteFeature])
featuretools/feature_discovery/FeatureCollection.py:19
Method__init__
( self, target_dataframe_name, entityset, agg_primitives=None, trans_p
featuretools/synthesis/deep_feature_synthesis.py:132
Method__init__
(self, features_dict)
featuretools/feature_base/features_deserializer.py:82
Method__init__
(self, feature_list)
featuretools/feature_base/features_serializer.py:66
Method__init__
(self, column, name=None)
featuretools/feature_base/feature_base.py:464
Method__init__
( self, base_feature, child_dataframe_name, relationship=None, name=No
featuretools/feature_base/feature_base.py:514
← previousnext →401–500 of 2,586, ranked by callers