MCPcopy Index your code

hub / github.com/alteryx/featuretools / endpoints

Endpoints19 in github.com/alteryx/featuretools

Routen_output_features
n_output_features.setter
featuretools/feature_discovery/LiteFeature.py:None
Routetest_compare_dfs
pytest.mark.parametrize( "col_defs, primitives", [ ( [ ("idx", "Do
featuretools/tests/feature_discovery/test_feature_discovery.py:None
Routetest_deserialize_errors_if_python_version_unsafe
patch("featuretools.entityset.deserialize.getfullargspec")
featuretools/tests/entityset_tests/test_serialization.py:None
Routetest_earlier_schema_version
patch("featuretools.utils.schema_utils.ENTITYSET_SCHEMA_VERSION", "1.1.1")
featuretools/tests/entityset_tests/test_serialization.py:None
Routetest_earlier_schema_version
patch("featuretools.utils.schema_utils.FEATURES_SCHEMA_VERSION", "1.1.1")
featuretools/tests/primitive_tests/test_features_deserializer.py:None
Routetest_feature_collection_from_dict
patch.object(LiteFeature, "_generate_hash", lambda x: x.name)
featuretools/tests/feature_discovery/test_type_defs.py:None
Routetest_feature_collection_serialization_roundtrip
patch.object(LiteFeature, "__lt__", lambda x, y: x.name < y.name)
featuretools/tests/feature_discovery/test_type_defs.py:None
Routetest_feature_collection_to_dict
patch.object(LiteFeature, "_generate_hash", lambda x: x.name)
featuretools/tests/feature_discovery/test_type_defs.py:None
Routetest_feature_to_dict
patch.object(LiteFeature, "_generate_hash", lambda x: x.name)
featuretools/tests/feature_discovery/test_type_defs.py:None
Routetest_generate_features_from_primitives
patch.object(LiteFeature, "__lt__", lambda x, y: x.name < y.name)
featuretools/tests/feature_discovery/test_feature_discovery.py:None
Routetest_get_features
pytest.mark.parametrize( "feature_args, input_set, commutative, expected", [ ( [("
featuretools/tests/feature_discovery/test_feature_discovery.py:None
Routetest_get_matching_features
patch.object(LiteFeature, "__lt__", lambda x, y: x.name < y.name)
featuretools/tests/feature_discovery/test_feature_discovery.py:None
Routetest_lag_with_different_dtypes
pytest.mark.parametrize( "input_array,expected_output", [ ( pd.Series(["hello", "w
featuretools/tests/primitive_tests/transform_primitive_tests/test_transform_primitive.py:None
Routetest_later_schema_version
patch("featuretools.utils.schema_utils.ENTITYSET_SCHEMA_VERSION", "1.1.1")
featuretools/tests/entityset_tests/test_serialization.py:None
Routetest_later_schema_version
patch("featuretools.utils.schema_utils.FEATURES_SCHEMA_VERSION", "1.1.1")
featuretools/tests/primitive_tests/test_features_deserializer.py:None
Routetest_no_call_to_apply_roll_with_offset_gap_with_numeric
patch( "featuretools.primitives.standard.transform.time_series.utils.apply_roll_with_offset_gap", )
featuretools/tests/primitive_tests/test_rolling_primitive_utils.py:None
Routetest_rolling_count_primitive_min_periods_nans
pytest.mark.parametrize( "min_periods, expected_num_nams", [(0, 2), (1, 2), (3, 4), (5, 6)], # 0 and
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_rolling_primitive.py:None
Routetest_rolling_count_with_no_gap
pytest.mark.parametrize( "min_periods, expected_num_nams", [(0, 0), (1, 0), (3, 2), (5, 4)], # 0 and
featuretools/tests/primitive_tests/aggregation_primitive_tests/test_rolling_primitive.py:None
Routetest_setitem
patch("featuretools.entityset.entityset.EntitySet.add_dataframe")
featuretools/tests/entityset_tests/test_es.py:None