MCPcopy Create free account

hub / github.com/awslabs/predictive-maintenance-using-machine-learning / endpoints

Endpoints447 in github.com/awslabs/predictive-maintenance-using-machine-learning

Routetest_rank_zero_div
pytest.mark.parametrize("input_key,input_value,output_value", [ ([1, 2], [1, 1], [1.0, 1.0]), ([1, 1,
source/predictive_maintenance/pandas/tests/groupby/test_rank.py:None
Routetest_replace_across_dst
pytest.mark.parametrize('tz, normalize', [ (pytz.timezone('US/Eastern'), lambda x: x.tzinfo.normalize(
source/predictive_maintenance/pandas/tests/scalar/timestamp/test_unary_ops.py:None
Routetest_round_minute_freq
pytest.mark.parametrize('test_input, freq, expected', [ ('2018-01-01 00:02:06', '2s', '2018-01-01 00:0
source/predictive_maintenance/pandas/tests/scalar/timestamp/test_unary_ops.py:None
Routetest_series_getitem_indexing_errors
pytest.mark.parametrize('indexer,expected_error,expected_error_msg', [ (lambda s: s.__getitem__((2000, 3,
source/predictive_maintenance/pandas/tests/indexing/multiindex/test_getitem.py:None
Routetest_str_cat_categorical
pytest.mark.parametrize('dtype_target', ['object', 'category'])
source/predictive_maintenance/pandas/tests/test_strings.py:None
Routetest_super_sub_symmetry
pytest.mark.parametrize("p1,p2,expected", [ # Input validation. (offsets.MonthEnd(), None, False),
source/predictive_maintenance/pandas/tests/tslibs/test_libfrequencies.py:None
Routetest_timestamp_add_timedelta_push_over_dst_boundary
pytest.mark.parametrize('tz', [pytz.timezone('US/Eastern'), gettz('US/East
source/predictive_maintenance/pandas/tests/scalar/timestamp/test_timezones.py:None
Routetest_timestamp_constructed_by_date_and_tz
pytest.mark.parametrize('tz', [pytz.timezone('US/Eastern'), gettz('US/East
source/predictive_maintenance/pandas/tests/scalar/timestamp/test_timezones.py:None
Routetest_timestamp_tz_localize
pytest.mark.parametrize('tz', [pytz.timezone('US/Eastern'), gettz('US/East
source/predictive_maintenance/pandas/tests/scalar/timestamp/test_timezones.py:None
Routetest_to_dict_box_scalars
pytest.mark.parametrize('orient,item_getter', [ ('dict', lambda d, col, idx: d[col][idx]), ('r
source/predictive_maintenance/pandas/tests/frame/test_convert_to.py:None
Routetest_to_html_float_format_no_fixed_width
pytest.mark.parametrize('value,float_format,expected', [ (0.19999, '%.3f', 'gh21625_expected_output'),
source/predictive_maintenance/pandas/tests/io/formats/test_to_html.py:None
Routetest_to_html_multiindex_odd_even_truncate
pytest.mark.parametrize('max_rows,expected', [ (60, 'gh14882_expected_output_1'), # Test that ... app
source/predictive_maintenance/pandas/tests/io/formats/test_to_html.py:None
Routetest_to_html_truncation_index_false_max_cols
pytest.mark.parametrize('col_index_named, expected_output', [ (False, 'gh22783_expected_output'), (Tru
source/predictive_maintenance/pandas/tests/io/formats/test_to_html.py:None
Routetest_unit
pytest.mark.parametrize('value, check_kwargs', [ [946688461000000000, {}], [946688461000000000
source/predictive_maintenance/pandas/tests/scalar/timestamp/test_timestamp.py:None
Routetest_usage_via_getsizeof
pytest.mark.skipif(PYPY, reason="PyPy getsizeof() fails by design")
source/predictive_maintenance/pandas/tests/frame/test_repr_info.py:None
Routetest_values_consistent
pytest.mark.parametrize('array, expected_type, dtype', [ (np.array([0, 1], dtype=np.int64), np.ndarray, 'i
source/predictive_maintenance/pandas/tests/test_base.py:None
Routetest_weekly_upsample
pytest.mark.parametrize('target', ['D', 'B'])
source/predictive_maintenance/pandas/tests/resample/test_period_index.py:None
Routetest_with_tz
pytest.mark.parametrize('tz', [pytz.timezone('US/Central'), gettz('US/Cent
source/predictive_maintenance/pandas/tests/indexes/datetimes/test_timezones.py:None
Routetick_classes
pytest.fixture(params=[getattr(pd.offsets, o) for o in pd.offsets.__all__ if issubclas
source/predictive_maintenance/pandas/conftest.py:None
Routetile
array_function_dispatch(_tile_dispatcher)
source/predictive_maintenance/numpy/lib/shape_base.py:None
Routetitle
array_function_dispatch(_unary_op_dispatcher)
source/predictive_maintenance/numpy/core/defchararray.py:None
Routetrace
array_function_dispatch(_trace_dispatcher)
source/predictive_maintenance/numpy/core/fromnumeric.py:None
Routetranslate
array_function_dispatch(_translate_dispatcher)
source/predictive_maintenance/numpy/core/defchararray.py:None
Routetranspose
array_function_dispatch(_transpose_dispatcher)
source/predictive_maintenance/numpy/core/fromnumeric.py:None
Routetrapz
array_function_dispatch(_trapz_dispatcher)
source/predictive_maintenance/numpy/lib/function_base.py:None
Routetril
array_function_dispatch(_trilu_dispatcher)
source/predictive_maintenance/numpy/lib/twodim_base.py:None
Routetril_indices_from
array_function_dispatch(_trilu_indices_form_dispatcher)
source/predictive_maintenance/numpy/lib/twodim_base.py:None
Routetrim_zeros
array_function_dispatch(_trim_zeros)
source/predictive_maintenance/numpy/lib/function_base.py:None
Routetriu
array_function_dispatch(_trilu_dispatcher)
source/predictive_maintenance/numpy/lib/twodim_base.py:None
Routetriu_indices_from
array_function_dispatch(_trilu_indices_form_dispatcher)
source/predictive_maintenance/numpy/lib/twodim_base.py:None
Routeunion1d
array_function_dispatch(_union1d_dispatcher)
source/predictive_maintenance/numpy/lib/arraysetops.py:None
Routeunique
array_function_dispatch(_unique_dispatcher)
source/predictive_maintenance/numpy/lib/arraysetops.py:None
Routeunpackbits
array_function_from_c_func_and_dispatcher(_multiarray_umath.unpackbits)
source/predictive_maintenance/numpy/core/multiarray.py:None
Routeunravel_index
array_function_from_c_func_and_dispatcher(_multiarray_umath.unravel_index)
source/predictive_maintenance/numpy/core/multiarray.py:None
Routeunstructured_to_structured
array_function_dispatch(_unstructured_to_structured_dispatcher)
source/predictive_maintenance/numpy/lib/recfunctions.py:None
Routeunwrap
array_function_dispatch(_unwrap_dispatcher)
source/predictive_maintenance/numpy/lib/function_base.py:None
Routeupper
array_function_dispatch(_unary_op_dispatcher)
source/predictive_maintenance/numpy/core/defchararray.py:None
Routevander
array_function_dispatch(_vander_dispatcher)
source/predictive_maintenance/numpy/lib/twodim_base.py:None
Routevar
array_function_dispatch(_var_dispatcher)
source/predictive_maintenance/numpy/core/fromnumeric.py:None
Routevdot
array_function_from_c_func_and_dispatcher(_multiarray_umath.vdot)
source/predictive_maintenance/numpy/core/multiarray.py:None
Routevsplit
array_function_dispatch(_hvdsplit_dispatcher)
source/predictive_maintenance/numpy/lib/shape_base.py:None
Routevstack
array_function_dispatch(_vhstack_dispatcher)
source/predictive_maintenance/numpy/core/shape_base.py:None
Routewhere
array_function_from_c_func_and_dispatcher(_multiarray_umath.where)
source/predictive_maintenance/numpy/core/multiarray.py:None
Routezeros_like
array_function_dispatch(_zeros_like_dispatcher)
source/predictive_maintenance/numpy/core/numeric.py:None
Routezfill
array_function_dispatch(_zfill_dispatcher)
source/predictive_maintenance/numpy/core/defchararray.py:None
Routezip_descr
array_function_dispatch(_zip_dtype_dispatcher)
source/predictive_maintenance/numpy/lib/recfunctions.py:None
Routezip_dtype
array_function_dispatch(_zip_dtype_dispatcher)
source/predictive_maintenance/numpy/lib/recfunctions.py:None
← previous401–447 of 447, ranked by callers