MCPcopy Index your code

hub / github.com/alteryx/featuretools / functions

Functions2,586 in github.com/alteryx/featuretools

↓ 7 callersMethodto_csv
Write entityset to disk in the csv format, location specified by `path`. Path could be a local path or a S3 path. If writing to S3 a t
featuretools/entityset/entityset.py:234
↓ 6 callersMethod_handle_new_feature
Adds new feature to the dict Args: new_feature (:class:`.FeatureBase`): New feature being checked. al
featuretools/synthesis/deep_feature_synthesis.py:533
↓ 6 callersFunction_python
(*args)
featuretools/tests/entry_point_tests/utils.py:11
↓ 6 callersMethodfind_forward_paths
Generator which yields all forward paths between a start and goal dataframe. Does not include paths which contain cycles. Ar
featuretools/entityset/entityset.py:433
↓ 6 callersMethodgenerate_name
(self)
featuretools/feature_base/feature_base.py:611
↓ 6 callersMethodget_filepath
(self, filename)
featuretools/primitives/base/primitive_base.py:74
↓ 6 callersMethodget_forward_dataframes
Get dataframes that are in a forward relationship with dataframe Args: dataframe_name (str): Name of dataframe to search
featuretools/entityset/entityset.py:496
↓ 6 callersMethodget_function
(self)
featuretools/primitives/standard/transform/time_series/lag.py:56
↓ 6 callersMethodget_function
(self)
featuretools/primitives/standard/transform/numeric/same_as_previous.py:60
↓ 6 callersMethodget_function
(self)
featuretools/primitives/standard/transform/exponential/exponential_weighted_average.py:57
↓ 6 callersMethodget_function
(self)
featuretools/primitives/standard/transform/exponential/exponential_weighted_std.py:59
↓ 6 callersMethodget_function
(self)
featuretools/primitives/standard/transform/exponential/exponential_weighted_variance.py:58
↓ 6 callersMethodget_primitive_name
(self)
featuretools/feature_discovery/LiteFeature.py:254
↓ 6 callersFunctionget_unused_primitives
Get a list of unused primitives based on a list of specified primitives and a list of output features
featuretools/synthesis/utils.py:52
↓ 6 callersFunctionnumber_of_features_with_name_like
Returns number of features with names that match the provided regex pattern
featuretools/tests/testing_utils/features.py:13
↓ 6 callersMethodplot
Create a UML diagram-ish graph of the EntitySet. Args: to_file (str, optional) : Path to where the plot should be saved.
featuretools/entityset/entityset.py:1339
↓ 5 callersMethod__init__
Base class for all features Args: entityset (EntitySet): entityset this feature is being calculated for dataframe (Da
featuretools/feature_base/feature_base.py:19
↓ 5 callersFunction_get_unique_input_types
(input_types)
featuretools/primitives/utils.py:303
↓ 5 callersFunction_is_url
Checks if the given string is an url path. Returns a boolean.
featuretools/utils/wrangle.py:132
↓ 5 callersFunction_validate_base_features
(feature)
featuretools/feature_base/feature_base.py:1069
↓ 5 callersMethodadd_relationships
Add multiple new relationships to a entityset Args: relationships (list[tuple(str, str, str, str)] or list[Relationship]) : List
featuretools/entityset/entityset.py:302
↓ 5 callersFunctionassert_features
(original, deserialized)
featuretools/tests/primitive_tests/test_feature_serialization.py:78
↓ 5 callersFunctionbin_cutoff_times
(cutoff_time, bin_size)
featuretools/computational_backends/utils.py:22
↓ 5 callersMethodfind_backward_paths
Generator which yields all backward paths between a start and goal dataframe. Does not include paths which contain cycles. A
featuretools/entityset/entityset.py:451
↓ 5 callersMethodfrom_dict
(input_dict)
featuretools/feature_discovery/FeatureCollection.py:198
↓ 5 callersFunctionget_recommended_primitives
Get a list of recommended primitives given an entity set. Description: This function works by first getting a list of valid primitives wi
featuretools/utils/recommend_primitives.py:71
↓ 5 callersMethodis_multioutput
(self)
featuretools/feature_discovery/LiteFeature.py:300
↓ 5 callersMethoditer_entry_points
(self, name)
featuretools/tests/utils_tests/test_entry_point.py:42
↓ 5 callersFunctionmake_ecommerce_entityset
Makes a entityset with the following shape: R Régions / \\ . S C Stores, Customers | . S
featuretools/tests/testing_utils/mock_ds.py:28
↓ 5 callersMethodto_dictionary
(self)
featuretools/feature_base/feature_base.py:262
↓ 5 callersMethodto_parquet
Write entityset to disk in the parquet format, location specified by `path`. Path could be a local path or a S3 path. If writing to S3
featuretools/entityset/entityset.py:213
↓ 5 callersMethodto_pickle
Write entityset in the pickle format, location specified by `path`. Path could be a local path or a S3 path. If writing to S3 a tar ar
featuretools/entityset/entityset.py:194
↓ 4 callersMethod_add_references_to_metadata
(self, dataframe)
featuretools/entityset/entityset.py:1661
↓ 4 callersFunction_get_names_primitives
(primitive_func)
featuretools/primitives/utils.py:287
↓ 4 callersFunctioncheck_primitive
( primitive, prim_type, aggregation_primitive_dict, transform_primitive_dict, )
featuretools/synthesis/deep_feature_synthesis.py:1240
↓ 4 callersFunctionconvert_feature_list_to_featurebase_list
Convert a list of LiteFeature objects into a list of FeatureBase objects Args: feature_list (List[LiteFeature]) dataframe (p
featuretools/feature_discovery/convertors.py:185
↓ 4 callersMethodcopy
(self)
featuretools/feature_discovery/LiteFeature.py:303
↓ 4 callersFunctiondescription_to_entityset
Deserialize entityset from data description. Args: description (dict) : Description of an :class:`.EntitySet`. Likely generated using :me
featuretools/entityset/deserialize.py:17
↓ 4 callersMethodfrom_dictionary
(cls, arguments, entityset, dependencies, primitive)
featuretools/feature_base/feature_base.py:73
↓ 4 callersMethodgenerate_names
(self)
featuretools/feature_base/feature_base.py:614
↓ 4 callersMethodget_arguments
(self)
featuretools/entityset/timedelta.py:154
↓ 4 callersMethodget_backward_dataframes
Get dataframes that are in a backward relationship with dataframe Args: dataframe_name (str): Name of dataframe to searc
featuretools/entityset/entityset.py:519
↓ 4 callersMethodget_function
(self, **kwargs)
featuretools/feature_base/feature_base.py:133
↓ 4 callersFunctionget_transport_params
(profile_name)
featuretools/utils/s3_utils.py:30
↓ 4 callersMethodhas_multiple_units
(self)
featuretools/entityset/timedelta.py:177
↓ 4 callersMethodis_absolute
(self)
featuretools/entityset/timedelta.py:165
↓ 4 callersFunctionmake_public
(s3_client, s3_bucket)
featuretools/tests/entityset_tests/test_serialization.py:223
↓ 4 callersFunctionmatch
( input_types, features, replace=False, commutative=False, require_direct_input=False, )
featuretools/synthesis/deep_feature_synthesis.py:1175
↓ 4 callersMethodrelationship_path_name
(self)
featuretools/feature_base/feature_base.py:457
↓ 4 callersFunctionremove_single_value_features
Removes columns in feature matrix where all the values are the same. Args: feature_matrix (:class:`pd.DataFrame`): DataFrame whose column
featuretools/selection/selection.py:70
↓ 4 callersFunctionupdate_progress_callback_parameters
(progress_bar, previous_progress)
featuretools/computational_backends/calculate_feature_matrix.py:899
↓ 3 callersMethodAND
Logical AND with other_feature
featuretools/feature_base/feature_base.py:429
↓ 3 callersMethodNOT
Creates inverse of feature
featuretools/feature_base/feature_base.py:437
↓ 3 callersMethodOR
Logical OR with other_feature
featuretools/feature_base/feature_base.py:433
↓ 3 callersMethod__sizeof__
(self)
featuretools/entityset/entityset.py:116
↓ 3 callersFunction_apply_feature_selection
(keep, feature_matrix, features=None)
featuretools/selection/selection.py:203
↓ 3 callersMethod_check_input_types
(self)
featuretools/feature_base/feature_base.py:177
↓ 3 callersMethod_check_secondary_time_index
(self, dataframe, secondary_time_index=None)
featuretools/entityset/entityset.py:1617
↓ 3 callersFunction_chunk_dataframe_groups
chunks a grouped dataframe into groups no larger than chunk_size
featuretools/computational_backends/calculate_feature_matrix.py:876
↓ 3 callersMethod_features_by_type
( self, all_features, dataframe, max_depth, column_schemas=None, )
featuretools/synthesis/deep_feature_synthesis.py:895
↓ 3 callersMethod_get_matching_inputs
( self, all_features, dataframe, max_depth, input_types, primi
featuretools/synthesis/deep_feature_synthesis.py:990
↓ 3 callersFunction_haversine_calculate
(lat_1s, lon_1s, lat_2s, lon_2s, unit)
featuretools/primitives/standard/transform/latlong/utils.py:4
↓ 3 callersFunction_import_featuretools
(level=None)
featuretools/tests/entry_point_tests/utils.py:34
↓ 3 callersFunction_index_column_set
Indexes input set to find types of columns and the quantity of each Args: column_set (List(ColumnSchema)): List of Colum
featuretools/feature_discovery/feature_discovery.py:16
↓ 3 callersFunction_recommend_non_numeric_primitives
Get a set of non-numeric primitives for a given dataset and a list of primitives. Description: Given a single table entity set with a `ta
featuretools/utils/recommend_primitives.py:154
↓ 3 callersFunctionadd_dataframe
(dataframe, dataframe_dict)
featuretools/feature_base/feature_visualizer.py:243
↓ 3 callersFunctioncheck_names
(feat, new_name, new_names)
featuretools/tests/testing_utils/features.py:75
↓ 3 callersFunctioncheck_rename
(feat, new_name, new_names)
featuretools/tests/testing_utils/features.py:62
↓ 3 callersFunctioncheck_serialize
(primitive, es, target_dataframe_name="log")
featuretools/tests/primitive_tests/utils.py:80
↓ 3 callersMethodclear_all
Clears the cache collections
featuretools/feature_base/cache.py:59
↓ 3 callersMethodcompare_answers
(self, data, thresholds, answers)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_count_aggregation_primitives.py:305
↓ 3 callersMethodcompare_results
(self, data, thresholds, results)
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_count_aggregation_primitives.py:92
↓ 3 callersFunctionconvert_datetime_to_floats
(x)
featuretools/utils/time_utils.py:85
↓ 3 callersFunctionfilter_matches_by_options
(matches, options, groupby=False, commutative=False)
featuretools/primitives/options_utils.py:281
↓ 3 callersMethodget_backward_relationships
get relationships where dataframe "dataframe_name" is the parent. Args: dataframe_name (str): Name of dataframe to get r
featuretools/entityset/entityset.py:555
↓ 3 callersMethodget_function
(self)
featuretools/primitives/standard/transform/time_series/rolling_count.py:97
↓ 3 callersMethodget_function
(self)
featuretools/primitives/standard/transform/datetime/season.py:34
↓ 3 callersMethodget_function
(self)
featuretools/primitives/standard/aggregation/max_consecutive_true.py:22
↓ 3 callersMethodget_function
(self)
featuretools/primitives/standard/aggregation/max_consecutive_false.py:22
↓ 3 callersFunctionget_ww_types_from_features
Given a list of features and entityset (and optionally a list of pass through columns and the cutoff time dataframe), returns the logical types,
featuretools/computational_backends/utils.py:349
↓ 3 callersMethodhas_unique_forward_path
Is the forward path from start to end unique? This will raise if there is no such path.
featuretools/entityset/entityset.py:569
↓ 3 callersMethodhash
(self)
featuretools/feature_base/feature_base.py:206
↓ 3 callersFunctionhash_primitive
(primitive: PrimitiveBase)
featuretools/feature_discovery/utils.py:51
↓ 3 callersFunctionignore_dataframe_for_primitive
(options, dataframe, groupby=False)
featuretools/primitives/options_utils.py:240
↓ 3 callersFunctionimport_or_none
Attemps to import the requested library. Args: library (str): the name of the library Returns: the library if it is installed, e
featuretools/utils/gen_utils.py:55
↓ 3 callersFunctioninitialize_logging
()
featuretools/config_init.py:7
↓ 3 callersFunctionload_primitive_from_file
load primitive objects in a file
featuretools/primitives/utils.py:336
↓ 3 callersFunctionload_retail
Returns the retail entityset example. The original dataset can be found `here <https://archive.ics.uci.edu/ml/datasets/online+retail>`_. We h
featuretools/demo/retail.py:7
↓ 3 callersMethodmake_singular
(cls, s)
featuretools/entityset/timedelta.py:79
↓ 3 callersFunctionmake_temporal_cutoffs
Makes a set of equally spaced cutoff times prior to a set of input cutoffs and instance ids. If window_size and num_windows are provided, then nu
featuretools/utils/time_utils.py:7
↓ 3 callersMethodrelationship_path_name
(self)
featuretools/feature_base/feature_base.py:835
↓ 3 callersFunctionreplace_inf_values
Replace all ``np.inf`` values in a feature matrix with the specified replacement value. Args: feature_matrix (DataFrame): DataFrame whose
featuretools/computational_backends/utils.py:326
↓ 3 callersFunctiontest_transform_primitive
()
featuretools/tests/conftest.py:333
↓ 3 callersMethodto_df
(self)
featuretools/primitives/standard/transform/datetime/utils.py:24
↓ 3 callersMethodto_dict
(self)
featuretools/feature_discovery/LiteFeature.py:287
↓ 3 callersFunctionupdate_feature_columns
(feature_data, data)
featuretools/computational_backends/feature_set_calculator.py:880
↓ 3 callersMethoduses_full_dataframe
(self, feature, check_dependents=False)
featuretools/computational_backends/feature_set.py:211
↓ 2 callersFunction_all_direct_and_same_path
Given a list of features, returns True if they are all DirectFeatures with the same relationship_path, and False if not
featuretools/synthesis/deep_feature_synthesis.py:1284
↓ 2 callersFunction_assert_agg_feats_equal
(f1, f2)
featuretools/tests/primitive_tests/test_agg_feats.py:747
↓ 2 callersMethod_build_transform_features
Creates trans_features for all the columns in a dataframe Args: all_features (dict[dataframe name: dict->[str->:class:`BaseFeatur
featuretools/synthesis/deep_feature_synthesis.py:629
← previousnext →101–200 of 2,586, ranked by callers