MCPcopy Index your code

hub / github.com/alteryx/featuretools / functions

Functions2,586 in github.com/alteryx/featuretools

↓ 2 callersMethod_calculate_features
(self, df, df_trie, features, progress_callback)
featuretools/computational_backends/feature_set_calculator.py:360
↓ 2 callersFunction_categorize_features
Categorize each feature by its primitive type in a set of primitives along with any dependencies
featuretools/synthesis/utils.py:10
↓ 2 callersFunction_check_delete_empty_cell
(notebook, delete=True)
docs/notebook_version_standardizer.py:21
↓ 2 callersFunction_check_input_types
Checks if any logical types or semantic tags occur in a list of Woodwork input types and keeps track of unique input types.
featuretools/primitives/utils.py:271
↓ 2 callersFunction_check_schema_version
(version, es, warning_text, caplog, warning_type=None)
featuretools/tests/entityset_tests/test_serialization.py:417
↓ 2 callersFunction_check_schema_version
(version, es, warning_text, caplog, warning_type=None)
featuretools/tests/primitive_tests/test_features_deserializer.py:366
↓ 2 callersFunction_create_index
(df, index)
featuretools/entityset/entityset.py:1745
↓ 2 callersMethod_feature_in_relationship_path
(self, relationship_path, feature)
featuretools/synthesis/deep_feature_synthesis.py:970
↓ 2 callersFunction_find_root_primitive
If a feature is a DirectFeature, finds the primitive of the "original" base feature.
featuretools/synthesis/deep_feature_synthesis.py:1069
↓ 2 callersFunction_get_features
Calculates all LiteFeature combinations using the given hashmap of existing features, and the input set of required columns. Args: f
featuretools/feature_discovery/feature_discovery.py:45
↓ 2 callersFunction_get_ipython_notebooks
(docs_source)
docs/notebook_version_standardizer.py:9
↓ 2 callersFunction_get_matching_features
For a given primitive, find all feature sets that can be used to create new feature Args: feature_collection (FeatureCollection):
featuretools/feature_discovery/feature_discovery.py:119
↓ 2 callersFunction_get_notebooks_with_executions_and_empty
(notebooks, default_version="3.9.2")
docs/notebook_version_standardizer.py:78
↓ 2 callersFunction_get_path_to_add_ons
(*args)
featuretools/tests/entry_point_tests/utils.py:6
↓ 2 callersFunction_get_primitives
Helper function that selects all primitives that are instances of `primitive_kind`
featuretools/primitives/utils.py:21
↓ 2 callersFunction_get_relationship
(child, parent)
featuretools/tests/testing_utils/features.py:26
↓ 2 callersFunction_get_summary_primitives
Provides metrics for a list of primitives.
featuretools/primitives/utils.py:206
↓ 2 callersMethod_handle_time
Filter a dataframe for all instances before time_last. If the dataframe does not have a time index, return the original dataf
featuretools/entityset/entityset.py:1407
↓ 2 callersFunction_init_option_dict
(key, option_dict, es)
featuretools/primitives/options_utils.py:175
↓ 2 callersMethod_is_unique
Is there any other relationship with same parent and child dataframes?
featuretools/entityset/relationship.py:124
↓ 2 callersMethod_name_from_base
(self, base_name)
featuretools/feature_base/feature_base.py:628
↓ 2 callersMethod_normalize_values
(self, dataframe)
featuretools/entityset/entityset.py:1669
↓ 2 callersMethod_set_secondary_time_index
Sets the secondary time index for a Woodwork dataframe passed in
featuretools/entityset/entityset.py:420
↓ 2 callersMethod_use_prev_str
(self)
featuretools/feature_base/feature_base.py:797
↓ 2 callersMethod_where_str
(self)
featuretools/feature_base/feature_base.py:790
↓ 2 callersFunctioncalculate_trend
(series)
featuretools/utils/time_utils.py:111
↓ 2 callersFunctioncheck
(feature)
featuretools/tests/primitive_tests/test_groupby_transform_primitives.py:326
↓ 2 callersFunctioncheck_graphviz
()
featuretools/utils/plot_utils.py:4
↓ 2 callersFunctioncheck_schema_version
If the saved schema version is newer than the current featuretools schema version, this function will output a warning saying so. If the
featuretools/utils/schema_utils.py:11
↓ 2 callersMethodchildren
A list of pairs of the edges from this node and the nodes they point to. Examples: >>> from featuretools.utils i
featuretools/utils/trie.py:36
↓ 2 callersFunctioncolumn_filter
(f, options, groupby=False)
featuretools/primitives/options_utils.py:204
↓ 2 callersFunctioncolumn_schema_to_keys
Generate a hashing key from a Columns Schema. For example: - ColumnSchema(logical_type=Double) -> "Double" - ColumnSchema(semantic_tags={
featuretools/feature_discovery/utils.py:20
↓ 2 callersMethodcompare
(self, primitive_initiated, test_cases, answers)
featuretools/tests/primitive_tests/natural_language_primitives_tests/test_whitespace_count.py:15
↓ 2 callersFunctionconvert_timedelta_to_floats
(x)
featuretools/utils/time_utils.py:93
↓ 2 callersMethoddeserialize_primitive
Construct a primitive from the given dictionary (output from serialize_primitive).
featuretools/primitives/utils.py:391
↓ 2 callersFunctiondocstring_is_uniform
(primitive)
featuretools/tests/primitive_tests/test_all_primitive_docstrings.py:4
↓ 2 callersFunctiondump_data_description
(entityset, path, **kwargs)
featuretools/entityset/serialize.py:75
↓ 2 callersMethodfeature_to_keys
Generate hashing keys from LiteFeature. For example: - LiteFeature("f1", Double, {"numeric"}) -> ['Double', 'numeric', 'Double,numeri
featuretools/feature_discovery/FeatureCollection.py:157
↓ 2 callersFunctionfind_dividend_by_unit
Finds whether time best corresponds to a value in days, hours, minutes, or seconds.
featuretools/utils/time_utils.py:100
↓ 2 callersFunctionfind_stackable_primitives
(all_primitives, primitive)
featuretools/tests/primitive_tests/utils.py:142
↓ 2 callersFunctionflatten_list
(nested_list)
featuretools/feature_discovery/utils.py:80
↓ 2 callersMethodflatten_nested_input_types
Flattens nested column schema inputs into a single list.
featuretools/primitives/base/primitive_base.py:155
↓ 2 callersFunctiongen_custom_names
(primitive, base_feature_names)
featuretools/tests/primitive_tests/test_transform_features.py:1327
↓ 2 callersFunctiongen_custom_names
( primitive, base_feature_names, relationship_path_name, parent_dataframe_name
featuretools/tests/primitive_tests/test_agg_feats.py:756
↓ 2 callersMethodgenerate_default_df
(self, instance_ids, extra_columns=None)
featuretools/computational_backends/feature_set_calculator.py:433
↓ 2 callersMethodget
(self, key)
featuretools/config_init.py:62
↓ 2 callersMethodget_all
(self)
featuretools/config_init.py:65
↓ 2 callersMethodget_arguments
(self)
featuretools/feature_base/feature_base.py:259
↓ 2 callersMethodget_arguments
(self)
featuretools/feature_base/feature_base.py:822
↓ 2 callersMethodget_arguments
(self)
featuretools/primitives/base/primitive_base.py:91
↓ 2 callersMethodget_by_origin_feature_name
(self, name: str)
featuretools/feature_discovery/FeatureCollection.py:109
↓ 2 callersMethodget_dependencies
(self, deep=False)
featuretools/feature_discovery/LiteFeature.py:257
↓ 2 callersMethodget_dependencies_by_origin_name
(self, name)
featuretools/feature_discovery/FeatureCollection.py:113
↓ 2 callersFunctionget_featuretools_root
()
featuretools/utils/utils_info.py:89
↓ 2 callersMethodget_function
(self)
featuretools/primitives/standard/transform/latlong/is_in_geobox.py:39
↓ 2 callersFunctionget_graphviz_format
(graphviz, to_file)
featuretools/utils/plot_utils.py:28
↓ 2 callersFunctionget_installed_packages
()
featuretools/utils/utils_info.py:82
↓ 2 callersFunctionget_sys_info
Returns system information as a dict
featuretools/utils/utils_info.py:55
↓ 2 callersFunctionget_tags
(lt, tags=set())
featuretools/tests/testing_utils/generate_fake_dataframe.py:54
↓ 2 callersMethodhas_no_observations
(self)
featuretools/entityset/timedelta.py:171
↓ 2 callersFunctioninit_ww_and_concat_fm
(feature_matrix, ww_init_kwargs)
featuretools/computational_backends/calculate_feature_matrix.py:906
↓ 2 callersFunctionis_valid_match
(match)
featuretools/primitives/options_utils.py:285
↓ 2 callersFunctionlist_primitives
Returns a DataFrame that lists and describes each built-in primitive.
featuretools/primitives/utils.py:79
↓ 2 callersMethodload
(cls, features, profile_name)
featuretools/feature_base/features_deserializer.py:95
↓ 2 callersFunctionload_weather
Load the Australian daily-min-temperatures weather dataset. Args: nrows (int): Passed to nrows in ``pd.read_csv``. return_s
featuretools/demo/weather.py:6
↓ 2 callersFunctionmake_dfs_obj
(max_depth)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:523
↓ 2 callersFunctionmake_tqdm_iterator
(**kwargs)
featuretools/utils/gen_utils.py:11
↓ 2 callersFunctionpickle_features_test_helper
(es_size, features_original, dir_path)
featuretools/tests/primitive_tests/test_feature_serialization.py:84
↓ 2 callersMethodprocess_text
(self, text)
featuretools/primitives/standard/transform/natural_language/count_string.py:93
↓ 2 callersFunctionread_data_description
Read data description from disk, S3 path, or URL. Args: path (str): Location on disk, S3 path, or URL to read `data_description.json`.
featuretools/entityset/deserialize.py:122
↓ 2 callersFunctionremove_low_information_features
Select features that have at least 2 unique values and that are not all null Args: feature_matrix (:class:`pd.DataFrame`): DataFrame whos
featuretools/selection/selection.py:5
↓ 2 callersFunctionsave_graph
(graph, to_file, format_)
featuretools/utils/plot_utils.py:52
↓ 2 callersFunctionscatter_warning
(num_scattered_workers, num_workers)
featuretools/computational_backends/calculate_feature_matrix.py:691
↓ 2 callersMethodscheduler_info
(self)
featuretools/tests/testing_utils/cluster.py:18
↓ 2 callersMethodset_to_default
(self)
featuretools/config_init.py:55
↓ 2 callersFunctionsetup
(app)
docs/source/conf.py:401
↓ 2 callersFunctionstrip_values_if_series
(values)
featuretools/computational_backends/feature_set_calculator.py:897
↓ 2 callersFunctiontest_version
(version, warns)
featuretools/tests/entityset_tests/test_serialization.py:374
↓ 2 callersFunctiontest_version
(version, warns)
featuretools/tests/primitive_tests/test_features_deserializer.py:149
↓ 2 callersMethodto_dict
(self)
featuretools/feature_discovery/FeatureCollection.py:146
↓ 2 callersFunctionuse_smartopen_es
(file_path, path, transport_params=None, read=True)
featuretools/utils/s3_utils.py:7
↓ 2 callersFunctionuse_smartopen_features
(path, features_dict=None, transport_params=None, read=True)
featuretools/utils/s3_utils.py:19
↓ 1 callersMethod__add__
Add other
featuretools/feature_base/feature_base.py:323
↓ 1 callersMethod__div__
Divide by other
featuretools/feature_base/feature_base.py:345
↓ 1 callersMethod__mul__
Multiply by other
featuretools/feature_base/feature_base.py:362
↓ 1 callersMethod__new__
( self, base, dataframe_name=None, groupby=None, parent_dataframe_name
featuretools/feature_base/feature_base.py:969
↓ 1 callersMethod__rdiv__
(self, other)
featuretools/feature_base/feature_base.py:359
↓ 1 callersMethod__repr__
(self)
featuretools/feature_discovery/LiteFeature.py:319
↓ 1 callersMethod_add_ancestor_relationship_columns
Merge ancestor_relationship_columns from parent_df into child_df, adding a prefix to each column name specifying the relationship.
featuretools/computational_backends/feature_set_calculator.py:373
↓ 1 callersFunction_add_approx_dataframe_index_col
Add a column to the cutoff df linking it to the dataframe at the end of the path. Return the updated cutoff df and the name of this colu
featuretools/computational_backends/calculate_feature_matrix.py:843
↓ 1 callersMethod_add_feature_to_trie
Add the given feature to the root of the trie, and recurse on its dependencies. If it is in approximate_feature_trie then it will not
featuretools/computational_backends/feature_set.py:102
↓ 1 callersMethod_add_identity_features
converts all columns from the given dataframe into features Args: all_features (dict[dataframe name -> dict[str -> BaseFeature]])
featuretools/synthesis/deep_feature_synthesis.py:566
↓ 1 callersMethod_build_agg_features
( self, all_features, parent_dataframe, child_dataframe, max_depth,
featuretools/synthesis/deep_feature_synthesis.py:796
↓ 1 callersMethod_build_feature_trie
Build the feature trie by adding the target features and their dependencies recursively.
featuretools/computational_backends/feature_set.py:88
↓ 1 callersMethod_build_forward_features
(self, all_features, relationship_path, max_depth=0)
featuretools/synthesis/deep_feature_synthesis.py:768
↓ 1 callersFunction_build_ignore_columns
Iterates over the input dictionary to build the ignore_columns defaultdict. Expects the input_dict's keys to be strings, and values to be lists of
featuretools/synthesis/deep_feature_synthesis.py:1295
↓ 1 callersMethod_build_where_clauses
Traverses all identity features and creates a Compare for each one, based on some heuristics Args: all_features (dict
featuretools/synthesis/deep_feature_synthesis.py:588
↓ 1 callersMethod_calculate_features_for_dataframe
Generate dataframes with features calculated for this node of the trie, and all descendant nodes. The dataframes will be stored in df
featuretools/computational_backends/feature_set_calculator.py:163
↓ 1 callersFunction_can_agg
(feature)
featuretools/computational_backends/feature_set_calculator.py:839
↓ 1 callersFunction_check_cutoff_time_type
Check that the cutoff time values are of the proper type given the entityset time type
featuretools/computational_backends/utils.py:300
← previousnext →201–300 of 2,586, ranked by callers