MCPcopy Index your code

hub / github.com/alteryx/featuretools / functions

Functions2,586 in github.com/alteryx/featuretools

↓ 1 callersFunction_check_execution_and_output
(notebook)
docs/notebook_version_standardizer.py:38
↓ 1 callersFunction_check_gap
(window_length: Union[int, str], gap: Union[int, str])
featuretools/primitives/standard/transform/time_series/utils.py:138
↓ 1 callersFunction_check_if_stacking_is_permitted
( f_primitive: PrimitiveBase, primitive_class: Type[PrimitiveBase], primitive_stack_on_self: bool,
featuretools/synthesis/deep_feature_synthesis.py:1104
↓ 1 callersFunction_check_if_stacking_is_prohibited
( feature: FeatureBase, f_primitive: PrimitiveBase, primitive: PrimitiveBase, primitive_class:
featuretools/synthesis/deep_feature_synthesis.py:1079
↓ 1 callersFunction_check_inputs
( input_features: Iterable[LiteFeature], primitives: Union[List[Type[PrimitiveBase]], List[PrimitiveBa
featuretools/feature_discovery/feature_discovery.py:298
↓ 1 callersFunction_check_python_version
(notebook, default_version)
docs/notebook_version_standardizer.py:49
↓ 1 callersMethod_check_schema_version
(self)
featuretools/feature_base/features_deserializer.py:146
↓ 1 callersFunction_check_time_against_column
Check to make sure that time is compatible with time_column, where time could be a timestamp, or a Timedelta, number, or None, and time_c
featuretools/utils/wrangle.py:78
↓ 1 callersMethod_check_time_indexes
(self)
featuretools/entityset/entityset.py:1612
↓ 1 callersFunction_check_time_type
Checks if `time` is an instance of common int, float, or datetime types. Returns "numeric" or Datetime based on results
featuretools/utils/wrangle.py:107
↓ 1 callersMethod_check_unit_plural
(cls, s)
featuretools/entityset/timedelta.py:85
↓ 1 callersFunction_check_window_length
(window_length: Union[int, str])
featuretools/primitives/standard/transform/time_series/utils.py:121
↓ 1 callersFunction_clean_data
(data)
featuretools/demo/flight.py:163
↓ 1 callersMethod_dependent_uses_full_dataframe
(self, feature)
featuretools/computational_backends/feature_set.py:219
↓ 1 callersMethod_deserialize_feature
(self, feature_name)
featuretools/feature_base/features_deserializer.py:118
↓ 1 callersFunction_direct_of_dataframe
(feature, parent_dataframe)
featuretools/synthesis/deep_feature_synthesis.py:1311
↓ 1 callersFunction_direction_name
(is_forward, relationship)
featuretools/entityset/relationship.py:203
↓ 1 callersMethod_feature_definitions
(self)
featuretools/feature_base/features_serializer.py:106
↓ 1 callersFunction_feature_to_transform_feature
Transform LiteFeature into FeatureBase object. Handles the Multi-output feature in correct way. Args: feature (LiteFeature)
featuretools/feature_discovery/convertors.py:95
↓ 1 callersMethod_feature_type_handler
(self, f)
featuretools/computational_backends/feature_set_calculator.py:456
↓ 1 callersFunction_features_from_primitive
For a given primitive, creates all engineered features Args: primitive (Type[PrimitiveBase]) feature_collection (FeatureColl
featuretools/feature_discovery/feature_discovery.py:176
↓ 1 callersFunction_fill_labels
(clean_data)
featuretools/demo/flight.py:262
↓ 1 callersMethod_filter_features
(self, features)
featuretools/synthesis/deep_feature_synthesis.py:363
↓ 1 callersMethod_find_class_in_descendants
(self, search_key)
featuretools/primitives/utils.py:418
↓ 1 callersFunction_fix_execution_and_output
(notebook)
docs/notebook_version_standardizer.py:65
↓ 1 callersFunction_fix_python_version
(notebook, default_version)
docs/notebook_version_standardizer.py:57
↓ 1 callersFunction_fix_versions
(notebooks, default_version="3.9.2")
docs/notebook_version_standardizer.py:92
↓ 1 callersMethod_forward_dataframe_paths
Generator which yields the names of all dataframes connected through forward relationships, and the path taken to each. A dataframe w
featuretools/entityset/entityset.py:467
↓ 1 callersMethod_generate_hash
(self)
featuretools/feature_discovery/LiteFeature.py:245
↓ 1 callersMethod_get_feature_depths
Generate and return a mapping of {feature name -> depth} in the feature DAG for the given dataframe.
featuretools/computational_backends/feature_set.py:185
↓ 1 callersFunction_get_groupby
(f)
featuretools/computational_backends/feature_set.py:250
↓ 1 callersFunction_get_natural_language_primitives
Returns all Natural Language transform primitives
featuretools/primitives/utils.py:55
↓ 1 callersFunction_get_or_create_index
Handles index creation logic base on user input
featuretools/entityset/entityset.py:1709
↓ 1 callersFunction_get_primitive_options
()
featuretools/primitives/options_utils.py:11
↓ 1 callersMethod_get_time_type
(self, dataframe, column_name=None)
featuretools/entityset/entityset.py:1645
↓ 1 callersFunction_get_use_previous
( f, )
featuretools/computational_backends/feature_set.py:229
↓ 1 callersFunction_get_where
(f)
featuretools/computational_backends/feature_set.py:243
↓ 1 callersMethod_handle_relationship
(self, entityset, child_dataframe_name, relationship)
featuretools/feature_base/feature_base.py:537
↓ 1 callersMethod_handle_relationship_path
( self, entityset, parent_dataframe_name, relationship_path, )
featuretools/feature_base/feature_base.py:696
↓ 1 callersFunction_init_primitive_options
(primitive_options, es)
featuretools/primitives/options_utils.py:131
↓ 1 callersFunction_install_featuretools_plugin
()
featuretools/tests/entry_point_tests/utils.py:16
↓ 1 callersFunction_install_featuretools_primitives
()
featuretools/tests/entry_point_tests/utils.py:25
↓ 1 callersFunction_is_local_tar
Checks if the given string is a local tarfile path. Returns a boolean.
featuretools/utils/wrangle.py:140
↓ 1 callersFunction_load_primitives
Load in a list of primitives registered by other libraries into Featuretools. Example entry_points definition for a library using this entry poin
featuretools/primitives/__init__.py:19
↓ 1 callersFunction_match_contains_numeric_foreign_key
(match)
featuretools/synthesis/deep_feature_synthesis.py:1055
↓ 1 callersFunction_natural_language_in_input_type
(primitive)
featuretools/primitives/utils.py:59
↓ 1 callersMethod_necessary_columns
(self, dataframe_name, feature_names)
featuretools/computational_backends/feature_set_calculator.py:822
↓ 1 callersFunction_primitive_to_columnsets
(primitive: PrimitiveBase)
featuretools/feature_discovery/feature_discovery.py:95
↓ 1 callersFunction_reconstruct_times
Reconstruct departure_time, scheduled_dep_time, arrival_time and scheduled_arr_time by adding known delays to known times. We do: - de
featuretools/demo/flight.py:283
↓ 1 callersFunction_remove_notebook_empty_last_cell
(notebooks)
docs/notebook_version_standardizer.py:97
↓ 1 callersMethod_run_dfs
Create features for the provided dataframe Args: dataframe (DataFrame): Dataframe for which to create features.
featuretools/synthesis/deep_feature_synthesis.py:382
↓ 1 callersMethod_serialize_feature
(self, feature)
featuretools/feature_base/features_serializer.py:140
↓ 1 callersMethod_set_hash
(self)
featuretools/feature_discovery/FeatureCollection.py:46
↓ 1 callersFunction_standardize_outputs
(notebooks)
docs/notebook_version_standardizer.py:102
↓ 1 callersFunction_uninstall_featuretools_plugin
()
featuretools/tests/entry_point_tests/utils.py:21
↓ 1 callersFunction_uninstall_featuretools_primitives
()
featuretools/tests/entry_point_tests/utils.py:30
↓ 1 callersFunction_validate_cutoff_time
Verify that the cutoff time is a single value or a pandas dataframe with the proper columns containing no duplicate rows
featuretools/computational_backends/utils.py:225
↓ 1 callersFunction_vals_to_series
instance_vals may be a pd.Dataframe, a pd.Series, a list, a single value, or None. This function always returns a Series or None.
featuretools/entityset/entityset.py:1682
↓ 1 callersFunctionagg_wrapper
(feats, time_last)
featuretools/computational_backends/feature_set_calculator.py:855
↓ 1 callersFunctionapproximate_features
Given a set of features and cutoff_times to be passed to calculate_feature_matrix, calculates approximate values of some features to speed up
featuretools/computational_backends/calculate_feature_matrix.py:578
↓ 1 callersFunctionbrown_bag_reviews
()
featuretools/tests/testing_utils/mock_ds.py:522
↓ 1 callersFunctioncalc_results
( time_last, ids, precalculated_features=None,
featuretools/computational_backends/calculate_feature_matrix.py:453
↓ 1 callersFunctioncalculate_chunk
( cutoff_time, chunk_size, feature_set, entityset, approximate, training_window, s
featuretools/computational_backends/calculate_feature_matrix.py:372
↓ 1 callersFunctioncar_reviews
()
featuretools/tests/testing_utils/mock_ds.py:545
↓ 1 callersFunctioncheck_valid_primitive_path
(path)
featuretools/primitives/utils.py:324
↓ 1 callersMethodcheck_value
(self, value, unit)
featuretools/entityset/timedelta.py:113
↓ 1 callersFunctioncli
no-op
docs/notebook_version_standardizer.py:108
↓ 1 callersFunctioncoke_zero_review
()
featuretools/tests/testing_utils/mock_ds.py:435
↓ 1 callersMethodconstruct_replacement_dict
()
featuretools/primitives/standard/transform/datetime/part_of_day.py:41
↓ 1 callersFunctionconvert
(name)
featuretools/demo/flight.py:323
↓ 1 callersFunctionconvert_featurebase_list_to_feature_list
Convert a List of FeatureBase objects to a list LiteFeature objects Args: featurebase_list (List[FeatureBase]): Returns:
featuretools/feature_discovery/convertors.py:20
↓ 1 callersMethodconvert_to_subdivision
Convert country to country + subdivision Created in response to library changes that changed countries to subdivisions Args:
featuretools/primitives/standard/transform/datetime/utils.py:32
↓ 1 callersMethodcopy
Return copy of feature
featuretools/feature_base/feature_base.py:598
↓ 1 callersMethodcopy
(self)
featuretools/feature_base/feature_base.py:780
↓ 1 callersFunctioncreate_archive
(tmpdir)
featuretools/entityset/serialize.py:87
↓ 1 callersFunctioncreate_test_config
(test_path_config)
featuretools/tests/conftest.py:291
↓ 1 callersFunctioncreate_test_credentials
(test_path)
featuretools/tests/conftest.py:284
↓ 1 callersMethoddataframes
(self)
featuretools/entityset/relationship.py:154
↓ 1 callersFunctiondatetime_round
round down Timestamp series to a specified freq
featuretools/computational_backends/utils.py:61
↓ 1 callersMethoddependent_primitives
(self)
featuretools/feature_discovery/LiteFeature.py:278
↓ 1 callersFunctionempty_dataframe
Deserialize empty dataframe from dataframe description. Args: description (dict) : Description of dataframe. Returns: df (Da
featuretools/entityset/deserialize.py:56
↓ 1 callersFunctionentityset_to_description
Serialize entityset to data description. Args: entityset (EntitySet) : Instance of :class:`.EntitySet`. Returns: description
featuretools/entityset/serialize.py:16
↓ 1 callersFunctionentry_point
(name)
featuretools/utils/entry_point.py:8
↓ 1 callersMethoderror
(s)
featuretools/tests/computational_backend/test_feature_set_calculator.py:1143
↓ 1 callersFunctionfilter_data
(clean_data, month_filter=None, categorical_filter=None)
featuretools/demo/flight.py:307
↓ 1 callersFunctionfilter_groupby_matches_by_options
(groupby_matches, options)
featuretools/primitives/options_utils.py:273
↓ 1 callersFunctionfind_descendents
A generator which yields all descendent classes of the given class (including the given class) Args: cls (Class): the class to f
featuretools/utils/gen_utils.py:26
↓ 1 callersFunctionfind_other_agg_features
(features)
featuretools/tests/synthesis/test_deep_feature_synthesis.py:110
↓ 1 callersMethodfix_units
(self)
featuretools/entityset/timedelta.py:124
↓ 1 callersMethodflatten_features
(self)
featuretools/feature_discovery/FeatureCollection.py:122
↓ 1 callersMethodflatten_primitives
(self)
featuretools/feature_discovery/FeatureCollection.py:133
↓ 1 callersFunctiongather_approximate_features
Find features which can be approximated. Returned as a trie where the values are sets of feature names. Args: feature_set (Featu
featuretools/computational_backends/utils.py:85
↓ 1 callersFunctiongen_empty_approx_features_df
(approx_features)
featuretools/computational_backends/utils.py:118
↓ 1 callersFunctiongen_series
(values)
featuretools/tests/testing_utils/generate_fake_dataframe.py:47
↓ 1 callersFunctiongenerate_all_primitive_options
( all_primitives, primitive_options, ignore_dataframes, ignore_columns, es, )
featuretools/primitives/options_utils.py:56
↓ 1 callersFunctiongenerate_description
(feature, feature_descriptions, primitive_templates)
featuretools/feature_base/feature_descriptions.py:43
↓ 1 callersMethodgenerate_name
( self, base_feature_names, relationship_path_name, parent_dataframe_name,
featuretools/primitives/base/aggregation_primitive_base.py:5
↓ 1 callersMethodgenerate_name
(self, base_feature_names)
featuretools/primitives/base/transform_primitive_base.py:12
↓ 1 callersFunctionget_aggregation_groupby
(feature, feature_descriptions=None)
featuretools/feature_base/feature_descriptions.py:170
↓ 1 callersFunctionget_all_logical_type_names
Helper function that returns all registered woodwork logical types
featuretools/primitives/utils.py:427
← previousnext →301–400 of 2,586, ranked by callers