MCPcopy Create free account

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

Functions27,130 in github.com/awslabs/predictive-maintenance-using-machine-learning

↓ 12 callersFunctionimport_module
(name)
source/predictive_maintenance/pandas/tests/test_downstream.py:18
↓ 12 callersMethodinfo
Print detailed information on the store. .. versionadded:: 0.21.0
source/predictive_maintenance/pandas/io/pytables.py:1225
↓ 12 callersMethodinteg
Integrate. Return a series instance that is the definite integral of the current series. Parameters ----------
source/predictive_maintenance/numpy/polynomial/_polybase.py:693
↓ 12 callersFunctionis_extension_type
Check whether an array-like is of a pandas extension class instance. Extension classes include categoricals, pandas sparse objects (i.e.
source/predictive_maintenance/pandas/core/dtypes/common.py:1643
↓ 12 callersFunctionis_timedelta64_ns_dtype
Check whether the provided array or dtype is of the timedelta64[ns] dtype. This is a very specific dtype, so generic ones like `np.timedelta
source/predictive_maintenance/pandas/core/dtypes/common.py:1167
↓ 12 callersFunctionisexternal
(var)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:385
↓ 12 callersMethodljust
(self, width, fillchar=' ')
source/predictive_maintenance/pandas/core/strings.py:2570
↓ 12 callersMethodmajor_xs
Return slice of panel along major axis. Parameters ---------- key : object Major axis label Ret
source/predictive_maintenance/pandas/core/panel.py:793
↓ 12 callersFunctionmatrix_power
Raise a square matrix to the (integer) power `n`. For positive integers `n`, the power is computed by repeated matrix squarings and matr
source/predictive_maintenance/numpy/linalg/linalg.py:560
↓ 12 callersFunctionmaybe_promote
(dtype, fill_value=np.nan)
source/predictive_maintenance/pandas/core/dtypes/cast.py:255
↓ 12 callersFunctionminrelpath
Resolve `..` and '.' from path.
source/predictive_maintenance/numpy/distutils/misc_util.py:232
↓ 12 callersMethodmul
()
source/predictive_maintenance/numpy/matrixlib/tests/test_regression.py:24
↓ 12 callersFunctionos_fspath
Return the path representation of a path-like object. If str or bytes is passed in, it is returned unchanged. Otherwise the os.PathLik
source/predictive_maintenance/numpy/compat/py3k.py:215
↓ 12 callersMethodparse
Parse specified sheet(s) into a DataFrame Equivalent to read_excel(ExcelFile, ...) See the read_excel docstring for more in
source/predictive_maintenance/pandas/io/excel.py:658
↓ 12 callersMethodread
(self, coerce_float=True, parse_dates=None, columns=None, chunksize=None)
source/predictive_maintenance/pandas/io/sql.py:707
↓ 12 callersMethodregister
Parameters ---------- dtype : ExtensionDtype
source/predictive_maintenance/pandas/core/dtypes/dtypes.py:57
↓ 12 callersMethodrfind
(self, sub, start=0, end=None)
source/predictive_maintenance/pandas/core/strings.py:2806
↓ 12 callersMethodrjust
(self, width, fillchar=' ')
source/predictive_maintenance/pandas/core/strings.py:2574
↓ 12 callersFunctionroundtrip
(arr)
source/predictive_maintenance/numpy/lib/tests/test_format.py:426
↓ 12 callersFunctionstrlen
(data, encoding=None)
source/predictive_maintenance/pandas/compat/__init__.py:291
↓ 12 callersFunctiontake
source/predictive_maintenance/numpy/ma/core.py:6626
↓ 12 callersMethodtitle
For each element in `self`, return a titlecased version of the string: words start with uppercase characters, all remaining cased
source/predictive_maintenance/numpy/core/defchararray.py:2558
↓ 12 callersMethodto_pickle
Pickle (serialize) object to file. Parameters ---------- path : str File path where the pickled object w
source/predictive_maintenance/pandas/core/generic.py:2533
↓ 12 callersFunctiontquery
Replace removed sql.tquery function
source/predictive_maintenance/pandas/tests/io/test_sql.py:2233
↓ 11 callersMethod__getattribute__
(self, attr)
source/predictive_maintenance/numpy/ma/mrecords.py:199
↓ 11 callersFunction_assertNdSquareness
(*arrays)
source/predictive_maintenance/numpy/linalg/linalg.py:209
↓ 11 callersMethod_check_stat_op
(self, name, alternative, obj=None, has_skipna=True, skipna_alternative=None)
source/predictive_maintenance/pandas/tests/test_panel.py:144
↓ 11 callersMethod_check_stat_op
(self, name, alternate, string_series_, check_objects=False, check_allna=False)
source/predictive_maintenance/pandas/tests/reductions/test_stat_reductions.py:22
↓ 11 callersFunction_get_dtype
Get the dtype instance associated with an array or dtype object. Parameters ---------- arr_or_dtype : array-like The arr
source/predictive_maintenance/pandas/core/dtypes/common.py:1809
↓ 11 callersMethod_get_item_cache
Return the cached item, item represents a label indexer.
source/predictive_maintenance/pandas/core/generic.py:3056
↓ 11 callersMethod_get_label_or_level_values
Return a 1-D array of values associated with `key`, a label or level from the given `axis`. Retrieval logic: - (ax
source/predictive_maintenance/pandas/core/generic.py:1657
↓ 11 callersMethod_get_level_values
Return an Index of values for requested level. This is primarily useful to get an individual level of values from a MultiInd
source/predictive_maintenance/pandas/core/indexes/base.py:1449
↓ 11 callersFunction_maybe_cast
(arr)
source/predictive_maintenance/pandas/io/date_converters.py:45
↓ 11 callersMethod_maybe_mask_results
Parameters ---------- result : a ndarray fill_value : object, default iNaT convert : string/dtype or None
source/predictive_maintenance/pandas/core/arrays/datetimelike.py:736
↓ 11 callersFunction_pad_bytes
Takes a char string and pads it with null bytes until it's length chars
source/predictive_maintenance/pandas/io/stata.py:1779
↓ 11 callersFunction_wrap_inplace_method
return an inplace wrapper for this method
source/predictive_maintenance/pandas/core/ops.py:1384
↓ 11 callersMethodadd_extension
Add extension to configuration. Create and add an Extension instance to the ext_modules list. This method also takes the following op
source/predictive_maintenance/numpy/distutils/misc_util.py:1426
↓ 11 callersFunctionasmatrix
Interpret the input as a matrix. Unlike `matrix`, `asmatrix` does not make a copy if the input is already a matrix or an ndarray. Equiv
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:39
↓ 11 callersFunctionassert_extension_array_equal
Check that left and right ExtensionArrays are equal. Parameters ---------- left, right : ExtensionArray The two arrays to compare
source/predictive_maintenance/pandas/util/testing.py:1173
↓ 11 callersMethodassert_partitioned
(self, d, kth)
source/predictive_maintenance/numpy/core/tests/test_multiarray.py:2549
↓ 11 callersFunctionatleast_3d
View inputs as arrays with at least three dimensions. Parameters ---------- arys1, arys2, ... : array_like One or more array
source/predictive_maintenance/numpy/core/shape_base.py:142
↓ 11 callersFunctionbuffer_length
(arr)
source/predictive_maintenance/numpy/core/tests/test_unicode.py:14
↓ 11 callersFunctioncadd
(line, s=chooks)
source/predictive_maintenance/numpy/f2py/common_rules.py:60
↓ 11 callersMethodcenter
(self, width, fillchar=' ')
source/predictive_maintenance/pandas/core/strings.py:2566
↓ 11 callersFunctionchebval
Evaluate a Chebyshev series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * T_0(x) +
source/predictive_maintenance/numpy/polynomial/chebyshev.py:1108
↓ 11 callersFunctioncheck_internal_overlap
(a, manual_expected=None)
source/predictive_maintenance/numpy/core/tests/test_mem_overlap.py:475
↓ 11 callersFunctioncreate_block
Supported typestr: * float, f8, f4, f2 * int, i8, i4, i2, i1 * uint, u8, u4, u2, u1 * complex, c16, c8 *
source/predictive_maintenance/pandas/tests/internals/test_internals.py:58
↓ 11 callersMethoddot
Compute the matrix mutiplication between the DataFrame and other. This method computes the matrix product between the DataFrame and
source/predictive_maintenance/pandas/core/frame.py:943
↓ 11 callersFunctionempty_like
empty_like(prototype, dtype=None, order='K', subok=True) Return a new array with the same shape and type as a given array. Parameters
source/predictive_maintenance/numpy/core/multiarray.py:74
↓ 11 callersMethodfillna
(self, value=None, downcast=None)
source/predictive_maintenance/pandas/core/indexes/base.py:1940
↓ 11 callersFunctionhermeval
Evaluate an HermiteE series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * He_0(x) +
source/predictive_maintenance/numpy/polynomial/hermite_e.py:851
↓ 11 callersFunctionhermval
Evaluate an Hermite series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * H_0(x) + c
source/predictive_maintenance/numpy/polynomial/hermite.py:856
↓ 11 callersMethodhexbin
Generate a hexagonal binning plot. Generate a hexagonal binning plot of `x` versus `y`. If `C` is `None` (the default), this
source/predictive_maintenance/pandas/plotting/_core.py:3518
↓ 11 callersMethodindices
(self)
source/predictive_maintenance/pandas/core/groupby/ops.py:716
↓ 11 callersFunctionisMaskedArray
Test whether input is an instance of MaskedArray. This function returns True if `x` is an instance of MaskedArray and returns False othe
source/predictive_maintenance/numpy/ma/core.py:6199
↓ 11 callersFunctionisscalar
Returns True if the type of `num` is a scalar type. Parameters ---------- num : any Input argument, can be of any type and s
source/predictive_maintenance/numpy/core/numeric.py:2036
↓ 11 callersFunctioniter_iterindices
(i)
source/predictive_maintenance/numpy/core/tests/test_nditer.py:29
↓ 11 callersFunctioniteritems
(obj, **kw)
source/predictive_maintenance/pandas/compat/__init__.py:210
↓ 11 callersFunctionless
Return (x1 < x2) element-wise. Unlike `numpy.greater`, this comparison is performed by first stripping whitespace characters from the en
source/predictive_maintenance/numpy/core/defchararray.py:241
↓ 11 callersFunctionless_equal
Return (x1 <= x2) element-wise. Unlike `numpy.less_equal`, this comparison is performed by first stripping whitespace characters from th
source/predictive_maintenance/numpy/core/defchararray.py:189
↓ 11 callersMethodmap
Map values using input correspondence (a dict, Series, or function). Parameters ---------- mapper : function, dict,
source/predictive_maintenance/pandas/core/indexes/base.py:4496
↓ 11 callersFunctionraise_assert_detail
(obj, message, left, right, diff=None)
source/predictive_maintenance/pandas/util/testing.py:1064
↓ 11 callersMethodrename
Alter Series index labels or name. Function / dict values must be unique (1-to-1). Labels not contained in a dict / Series w
source/predictive_maintenance/pandas/core/series.py:3666
↓ 11 callersMethodreorder_levels
Rearrange index levels using input order. May not drop or duplicate levels. Parameters ---------- order : l
source/predictive_maintenance/pandas/core/series.py:3239
↓ 11 callersFunctionreplace_method
(klass, method_name, func)
source/predictive_maintenance/numpy/distutils/ccompiler.py:87
↓ 11 callersFunctionset_function_name
Bind the name/qualname attributes of the function
source/predictive_maintenance/pandas/compat/__init__.py:309
↓ 11 callersMethodslice
(self, start=None, stop=None, step=None)
source/predictive_maintenance/pandas/core/strings.py:2641
↓ 11 callersFunctiontestit
(label_list, shape)
source/predictive_maintenance/pandas/tests/test_sorting.py:326
↓ 11 callersMethodtolist
(self)
source/predictive_maintenance/pandas/core/indexes/range.py:269
↓ 11 callersMethodview
New view on this array with the same data. Parameters ---------- dtype : numpy dtype, optional Returns
source/predictive_maintenance/pandas/core/arrays/datetimelike.py:546
↓ 10 callersFunctionPyArray_ITEMSIZE
source/predictive_maintenance/numpy/core/include/numpy/ndarraytypes.h:1529
↓ 10 callersMethod__init__
(self, data, kind=None, by=None, subplots=False, sharex=None, sharey=False, use_index=True,
source/predictive_maintenance/pandas/plotting/_core.py:89
↓ 10 callersMethod_add_comparison_ops
(cls)
source/predictive_maintenance/pandas/core/arrays/sparse.py:1753
↓ 10 callersFunction_assert_almost_equal_both
Check that two objects are approximately equal. This check is performed commutatively. Parameters ---------- a : object
source/predictive_maintenance/pandas/tests/util/test_assert_almost_equal.py:10
↓ 10 callersMethod_check_view
(self, indexer, comp)
source/predictive_maintenance/pandas/tests/test_panel.py:785
↓ 10 callersFunction_ensure_data
routine to ensure that our data is of the correct input dtype for lower-level routines This will coerce: - ints -> int64 - uint
source/predictive_maintenance/pandas/core/algorithms.py:38
↓ 10 callersFunction_flatten
(axes)
source/predictive_maintenance/pandas/plotting/_tools.py:340
↓ 10 callersFunction_is_string_like
Check whether obj behaves like a string.
source/predictive_maintenance/numpy/lib/_iotools.py:46
↓ 10 callersFunction_make_wrapped_arith_op
(opname)
source/predictive_maintenance/pandas/core/indexes/timedeltas.py:33
↓ 10 callersFunction_non_reducing_slice
Ensurse that a slice doesn't reduce to a Series or Scalar. Any user-paseed `subset` should have this called on it to make sure we're alw
source/predictive_maintenance/pandas/core/indexing.py:2724
↓ 10 callersFunction_replace_nan
If `a` is of inexact type, make a copy of `a`, replace NaNs with the `val` value, and return the copy together with a boolean mask markin
source/predictive_maintenance/numpy/lib/nanfunctions.py:43
↓ 10 callersMethod_shallow_copy
(self, values=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/multi.py:849
↓ 10 callersFunction_slice_first
Construct a slice tuple to take the first n elements along axis
source/predictive_maintenance/numpy/lib/arraypad.py:86
↓ 10 callersFunction_slice_last
Construct a slice tuple to take the last n elements along axis
source/predictive_maintenance/numpy/lib/arraypad.py:91
↓ 10 callersFunction_test_redirected_print
(x, tp, ref=None)
source/predictive_maintenance/numpy/core/tests/test_print.py:108
↓ 10 callersMethod_try_cast
Try to cast the result to our obj original type, we may have roundtripped through object in the mean-time. If numeric_only i
source/predictive_maintenance/pandas/core/groupby/groupby.py:752
↓ 10 callersMethod_try_coerce_args
provide coercion to our input arguments
source/predictive_maintenance/pandas/core/internals/blocks.py:709
↓ 10 callersMethod_update_inplace
(self, result, **kwargs)
source/predictive_maintenance/pandas/core/series.py:388
↓ 10 callersMethodany
(self, axis=None)
source/predictive_maintenance/pandas/tests/internals/test_internals.py:1205
↓ 10 callersMethodasfreq
Return the values at the new freq, essentially a reindex. Parameters ---------- fill_value : scalar, optional
source/predictive_maintenance/pandas/core/resample.py:778
↓ 10 callersFunctionassert_categorical_equal
Test that Categoricals are equivalent. Parameters ---------- left : Categorical right : Categorical check_dtype : bool, default T
source/predictive_maintenance/pandas/util/testing.py:975
↓ 10 callersMethodastype
(self, dtype, copy=True)
source/predictive_maintenance/pandas/core/arrays/timedeltas.py:329
↓ 10 callersMethodbuild_operands
(self, string, size_dict=global_size_dict)
source/predictive_maintenance/numpy/core/tests/test_einsum.py:859
↓ 10 callersFunctioncartesian_product
Numpy version of itertools.product or pandas.compat.product. Sometimes faster (for large inputs)... Parameters ---------- X : li
source/predictive_maintenance/pandas/core/reshape/util.py:8
↓ 10 callersFunctioncheck
(src, should, use_list=0)
source/predictive_maintenance/pandas/tests/io/msgpack/test_format.py:6
↓ 10 callersFunctioncheck
(ext, packed)
source/predictive_maintenance/pandas/tests/io/msgpack/test_newspec.py:71
↓ 10 callersMethodcheck
comparator for results we need to take care if we are indexing on a Series or a frame
source/predictive_maintenance/pandas/tests/indexing/test_floats.py:18
↓ 10 callersMethodconstruct_array_type
(cls)
source/predictive_maintenance/pandas/core/arrays/sparse.py:193
↓ 10 callersFunctionconv
(astr)
source/predictive_maintenance/numpy/distutils/from_template.py:107
↓ 10 callersMethodcreate_index
(self)
source/predictive_maintenance/pandas/tests/indexes/test_base.py:2268
← previousnext →1,001–1,100 of 27,130, ranked by callers