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

↓ 40 callersMethodidentical
Similar to equals, but check that other comparable attributes are also equal.
source/predictive_maintenance/pandas/core/indexes/base.py:4071
↓ 40 callersFunctionmake_block
(values, placement, klass=None, ndim=None, dtype=None, fastpath=None)
source/predictive_maintenance/pandas/core/internals/blocks.py:3080
↓ 40 callersMethodprod
Return the product of the array elements over the given axis. Masked elements are set to 1 internally for computation. Refe
source/predictive_maintenance/numpy/ma/core.py:5056
↓ 40 callersMethodptp
Return (maximum - minimum) along the given dimension (i.e. peak-to-peak value). Parameters ---------- axis :
source/predictive_maintenance/numpy/ma/core.py:5749
↓ 40 callersMethodravel
Return an ndarray of the flattened values of the underlying data. See Also -------- numpy.ndarray.ravel
source/predictive_maintenance/pandas/core/indexes/base.py:690
↓ 40 callersMethodselect_dtypes
Return a subset of the DataFrame's columns based on the column dtypes. Parameters ---------- include, exclude : scal
source/predictive_maintenance/pandas/core/frame.py:3205
↓ 40 callersMethodunique
Return unique values of Series object. Uniques are returned in order of appearance. Hash table-based unique, therefore does
source/predictive_maintenance/pandas/core/series.py:1612
↓ 40 callersFunctionwhere
Return a masked array with elements from `x` or `y`, depending on condition. .. note:: When only `condition` is provided, this funct
source/predictive_maintenance/numpy/ma/core.py:7080
↓ 39 callersMethod_get_numeric_data
(self)
source/predictive_maintenance/pandas/core/generic.py:5195
↓ 39 callersFunctiongradient
Return the gradient of an N-dimensional array. The gradient is computed using second order accurate central differences in the interior
source/predictive_maintenance/numpy/lib/function_base.py:804
↓ 39 callersMethodlast
Convenience method for subsetting final periods of time series data based on a date offset. Parameters ----------
source/predictive_maintenance/pandas/core/generic.py:8224
↓ 39 callersFunctionlinspace
Return evenly spaced numbers over a specified interval. Returns `num` evenly spaced samples, calculated over the interval [`start`, `sto
source/predictive_maintenance/numpy/core/function_base.py:38
↓ 39 callersMethodprod
(self, axis=None, dtype=None, out=None, keepdims=False, initial=None, skipna=True, min_count=0)
source/predictive_maintenance/pandas/core/arrays/numpy_.py:345
↓ 39 callersFunctionread_fwf
r""" Read a table of fixed-width formatted lines into DataFrame. Also supports optionally iterating or breaking of the file into chunks.
source/predictive_maintenance/pandas/io/parsers.py:728
↓ 39 callersFunctionzeros
Return a matrix of given shape and type, filled with zeros. Parameters ---------- shape : int or sequence of ints Shape of t
source/predictive_maintenance/numpy/matlib.py:96
↓ 38 callersMethod_compare
(self, result, expected)
source/predictive_maintenance/pandas/tests/generic/test_generic.py:65
↓ 38 callersMethod_rc
(self, a)
source/predictive_maintenance/numpy/lib/user_array.py:244
↓ 38 callersMethod_test_not_equal
(self, a, b)
source/predictive_maintenance/numpy/testing/tests/test_utils.py:27
↓ 38 callersMethodargsort
Return the indices that sort the array lexicographically. For full documentation see `numpy.argsort`, for which this method is
source/predictive_maintenance/numpy/core/defchararray.py:2143
↓ 38 callersFunctionarray_equivalent
True if two arrays, left and right, have equal non-NaN elements, and NaNs in corresponding locations. False otherwise. It is assumed that le
source/predictive_maintenance/pandas/core/dtypes/missing.py:360
↓ 38 callersMethodmelt
(self, id_vars=None, value_vars=None, var_name=None, value_name='value', col_level=None)
source/predictive_maintenance/pandas/core/frame.py:6089
↓ 38 callersMethodreindex_like
Return an object with matching indices as other object. Conform the object to the same index on all axes. Optional filling l
source/predictive_maintenance/pandas/core/generic.py:3657
↓ 38 callersMethodrename_axis
Set the name of the axis for the index or columns. Parameters ---------- mapper : scalar, list-like, optional
source/predictive_maintenance/pandas/core/generic.py:1101
↓ 37 callersMethod_check_legend_labels
Check each axes has expected legend labels Parameters ---------- axes : matplotlib Axes object, or its list-like
source/predictive_maintenance/pandas/tests/plotting/common.py:97
↓ 37 callersMethod_check_text_labels
Check each text has expected labels Parameters ---------- texts : matplotlib Text object, or its list-like
source/predictive_maintenance/pandas/tests/plotting/common.py:231
↓ 37 callersFunctioncallable
(obj)
source/predictive_maintenance/pandas/compat/__init__.py:385
↓ 37 callersMethodexists
Test if path exists. Test if `path` exists as (and in this order): - a local file. - a remote URL that has been dow
source/predictive_maintenance/numpy/lib/_datasource.py:518
↓ 37 callersMethodfastclip
(self, a, m, M, out=None)
source/predictive_maintenance/numpy/core/tests/test_numeric.py:1328
↓ 37 callersMethodget_version
(self,*args,**kwds)
source/predictive_maintenance/numpy/distutils/fcompiler/ibm.py:31
↓ 37 callersMethodis_lexsorted
Return True if the codes are lexicographically sorted
source/predictive_maintenance/pandas/core/indexes/multi.py:1558
↓ 37 callersFunctionis_number
Check if the object is a number. Returns True when the object is a number, and False if is not. Parameters ---------- obj : any
source/predictive_maintenance/pandas/core/dtypes/inference.py:29
↓ 37 callersMethodtshift
(self, periods=1, freq=None, axis='major')
source/predictive_maintenance/pandas/core/panel.py:1341
↓ 36 callersFunctionadd
(line, ret=ret)
source/predictive_maintenance/numpy/f2py/func2subr.py:100
↓ 36 callersMethodall
Test whether all matrix elements along a given axis evaluate to True. Parameters ---------- See `numpy.all` for comp
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:573
↓ 36 callersFunctionassert_all
(x)
source/predictive_maintenance/numpy/lib/tests/test_type_check.py:14
↓ 36 callersMethodcreate_index
(self)
source/predictive_maintenance/pandas/tests/indexes/test_base.py:55
↓ 36 callersMethodcumsum
Return the cumulative sum of the array elements over the given axis. Masked values are set to 0 internally during the computation.
source/predictive_maintenance/numpy/ma/core.py:5018
↓ 36 callersMethoddtype
Return the dtype object of the underlying data.
source/predictive_maintenance/pandas/core/indexes/base.py:677
↓ 36 callersMethodfind
For each element, return the lowest index in the string where substring `sub` is found. See also -------- ch
source/predictive_maintenance/numpy/core/defchararray.py:2245
↓ 36 callersFunctiongetdata
Return the data of a masked array as an ndarray. Return the data of `a` (if any) as an ndarray if `a` is a ``MaskedArray``, else return
source/predictive_maintenance/numpy/ma/core.py:667
↓ 36 callersFunctioniter_indices
(i)
source/predictive_maintenance/numpy/core/tests/test_nditer.py:22
↓ 36 callersMethodmax
Maximum value of given dtype.
source/predictive_maintenance/numpy/core/getlimits.py:522
↓ 36 callersMethodread
(self)
source/predictive_maintenance/pandas/tests/io/parser/test_unsupported.py:119
↓ 36 callersMethodrecord
Append a new recording filter or apply it if the state is entered. All warnings matching will be appended to the ``log`` attribute.
source/predictive_maintenance/numpy/testing/_private/utils.py:2117
↓ 36 callersMethodset_info
(self, **info)
source/predictive_maintenance/numpy/distutils/system_info.py:602
↓ 36 callersMethodupdate
Set StringConverter attributes directly. Parameters ---------- func : function Conversion function.
source/predictive_maintenance/numpy/lib/_iotools.py:820
↓ 36 callersMethodview
Return a view of myself. For internal compatibility with numpy arrays. Returns ------- view : Categorical
source/predictive_maintenance/pandas/core/arrays/categorical.py:1694
↓ 36 callersMethodwrite
(self, s, indent=0)
source/predictive_maintenance/pandas/io/formats/html.py:82
↓ 35 callersMethod_check_numeric_ops
(self, a, b, a_dense, b_dense)
source/predictive_maintenance/pandas/tests/arrays/sparse/test_arithmetics.py:19
↓ 35 callersMethodaccumulate
Accumulate `target` along `axis` after filling with y fill value.
source/predictive_maintenance/numpy/ma/core.py:1110
↓ 35 callersMethodalign
(df)
source/predictive_maintenance/pandas/tests/test_sorting.py:291
↓ 35 callersMethodapply
Invoke function on values of Series. Can be ufunc (a NumPy function that applies to the entire Series) or a Python function
source/predictive_maintenance/pandas/core/series.py:3466
↓ 35 callersFunctionassert_array_strict_equal
(x, y)
source/predictive_maintenance/numpy/core/tests/test_numeric.py:1306
↓ 35 callersFunctioncheck_real_value
(f, x1, y1, x, exact=True)
source/predictive_maintenance/numpy/core/tests/test_umath_complex.py:528
↓ 35 callersMethodcopy
(self)
source/predictive_maintenance/pandas/io/pytables.py:2358
↓ 35 callersMethodeval
(self, *args, **kwargs)
source/predictive_maintenance/pandas/tests/computation/test_eval.py:1089
↓ 35 callersFunctionis_interval_dtype
Check whether an array-like or dtype is of the Interval dtype. Parameters ---------- arr_or_dtype : array-like The array-lik
source/predictive_maintenance/pandas/core/dtypes/common.py:536
↓ 35 callersMethodmerge
(self, right, how='inner', on=None, left_on=None, right_on=None, left_index=False, right_index=F
source/predictive_maintenance/pandas/core/frame.py:6860
↓ 35 callersFunctionmintypecode
Return the character for the minimum-size type to which given types can be safely cast. The returned type character must represent the s
source/predictive_maintenance/numpy/lib/type_check.py:28
↓ 35 callersMethodnotna
(self)
source/predictive_maintenance/pandas/core/series.py:4214
↓ 35 callersMethodtake
(self, indices, allow_fill=False, fill_value=None)
source/predictive_maintenance/pandas/core/arrays/sparse.py:1055
↓ 35 callersFunctionto_numeric
Convert argument to a numeric type. The default return dtype is `float64` or `int64` depending on the data supplied. Use the `downcast`
source/predictive_maintenance/pandas/core/tools/numeric.py:14
↓ 35 callersMethodto_sparse
Convert to SparseDataFrame. Implement the sparse version of the DataFrame meaning that any data matching a specific value it
source/predictive_maintenance/pandas/core/frame.py:1903
↓ 35 callersFunctionunique
Find the unique elements of an array. Returns the sorted unique elements of an array. There are three optional outputs in addition to th
source/predictive_maintenance/numpy/lib/arraysetops.py:152
↓ 34 callersFunction_check_branch_cut
Check for a branch cut in a function. Assert that `x0` lies on a branch cut of function `f` and `f` is continuous from the direction `dx
source/predictive_maintenance/numpy/core/tests/test_umath.py:2672
↓ 34 callersMethod_offset
(self)
source/predictive_maintenance/pandas/tseries/offsets.py:2047
↓ 34 callersMethod_simple_new
We require that we have a dtype compat for the values. If we are passed a non-dtype compat, then coerce using the constructor.
source/predictive_maintenance/pandas/core/indexes/base.py:505
↓ 34 callersMethodargmin
Return array of indices to the minimum values along the given axis. Parameters ---------- axis : {None, integer}
source/predictive_maintenance/numpy/ma/core.py:5410
↓ 34 callersFunctionassert_equal_records
Asserts that two records are equal. Pretty crude for now.
source/predictive_maintenance/numpy/ma/testutils.py:95
↓ 34 callersFunctionassert_matching
(actual, expected, check_dtype=False)
source/predictive_maintenance/pandas/tests/indexes/multi/test_get_set.py:14
↓ 34 callersMethoddelete
support fully deleting the node in its entirety (only) - where specification must be None
source/predictive_maintenance/pandas/io/pytables.py:2447
↓ 34 callersMethodkeys
Alias for index.
source/predictive_maintenance/pandas/core/series.py:1457
↓ 34 callersMethodmask
(self, cond, other=np.nan, inplace=False, axis=None, level=None, errors='raise', try_cast=False,
source/predictive_maintenance/pandas/core/generic.py:8839
↓ 34 callersFunctionmerge_asof
Perform an asof merge. This is similar to a left-join except that we match on nearest key rather than equal keys. Both DataFrames must be sor
source/predictive_maintenance/pandas/core/reshape/merge.py:230
↓ 34 callersMethodset_levels
Set new levels on MultiIndex. Defaults to returning new index. Parameters ---------- levels : sequence or li
source/predictive_maintenance/pandas/core/indexes/multi.py:594
↓ 34 callersMethodto_sparse
Convert Series to SparseSeries. Parameters ---------- kind : {'block', 'integer'} fill_value : float, defaul
source/predictive_maintenance/pandas/core/series.py:1518
↓ 34 callersMethodview
Create a new view of the Series. This function will return a new Series with a view of the same underlying values in memory,
source/predictive_maintenance/pandas/core/series.py:597
↓ 33 callersMethod_repr_html_
Return a html representation for a particular DataFrame. Mainly for IPython notebook.
source/predictive_maintenance/pandas/core/frame.py:638
↓ 33 callersMethodastype
(self, dtype, copy=True, how='start')
source/predictive_maintenance/pandas/core/indexes/period.py:520
↓ 33 callersFunctionempty
Return a new matrix of given shape and type, without initializing entries. Parameters ---------- shape : int or tuple of int Shap
source/predictive_maintenance/numpy/matlib.py:13
↓ 33 callersMethodequals
Determines if two Index objects contain the same elements.
source/predictive_maintenance/pandas/core/indexes/base.py:4051
↓ 33 callersFunctionis_string
(s)
source/predictive_maintenance/numpy/distutils/misc_util.py:456
↓ 33 callersFunctionmasked_where
Mask an array where a condition is met. Return `a` as an array masked where `condition` is True. Any masked values of `a` or `condition`
source/predictive_maintenance/numpy/ma/core.py:1833
↓ 33 callersMethodnonzero
(self)
source/predictive_maintenance/pandas/core/arrays/sparse.py:1412
↓ 33 callersMethodpivot
(self, index=None, columns=None, values=None)
source/predictive_maintenance/pandas/core/frame.py:5626
↓ 33 callersFunctionrand
Return a matrix of random values with given shape. Create a matrix of the given shape and propagate it with random samples from a unifor
source/predictive_maintenance/numpy/matlib.py:220
↓ 33 callersMethodread
(self)
source/predictive_maintenance/pandas/tests/io/json/test_ujson.py:612
↓ 33 callersMethodset_categories
Sets the categories to the specified new_categories. `new_categories` can include new categories (which will result in unuse
source/predictive_maintenance/pandas/core/arrays/categorical.py:785
↓ 33 callersFunctionto_offset
Return DateOffset object from string or tuple representation or datetime.timedelta object Parameters ---------- freq : str, tupl
source/predictive_maintenance/pandas/tseries/frequencies.py:59
↓ 33 callersFunctiontrim
(x)
source/predictive_maintenance/numpy/polynomial/tests/test_chebyshev.py:16
↓ 33 callersMethodvar
Exponential weighted moving variance.
source/predictive_maintenance/pandas/core/window.py:2342
↓ 32 callersMethod_translate
Convert the DataFrame in `self.data` and the attrs from `_build_styles` into a dictionary of {head, body, uuid, cellstyle}.
source/predictive_maintenance/pandas/io/formats/style.py:189
↓ 32 callersMethod_wrap_result
(self, result, use_codes=True, name=None, expand=None, fill_value=np.nan)
source/predictive_maintenance/pandas/core/strings.py:1854
↓ 32 callersFunctionassert_numpy_array_equal
Checks that 'np.ndarray' is equivalent Parameters ---------- left : np.ndarray or iterable right : np.ndarray or iterable strict
source/predictive_maintenance/pandas/util/testing.py:1097
↓ 32 callersFunctionassert_raises_fpe
(strmatch, callable, *args, **kwargs)
source/predictive_maintenance/numpy/core/tests/test_half.py:11
↓ 32 callersMethodcopy
copy constructor
source/predictive_maintenance/pandas/core/internals/blocks.py:749
↓ 32 callersFunctiondiff
Calculate the n-th discrete difference along the given axis. The first difference is given by ``out[n] = a[n+1] - a[n]`` along the given
source/predictive_maintenance/numpy/lib/function_base.py:1150
↓ 32 callersFunctionmakeFY5253LastOfMonthQuarter
(*args, **kwds)
source/predictive_maintenance/pandas/tests/tseries/offsets/test_fiscal.py:21
↓ 32 callersMethodndim
Return an int representing the number of axes / array dimensions. Return 1 if Series. Otherwise return 2 if DataFrame. See
source/predictive_maintenance/pandas/core/generic.py:451
↓ 32 callersFunctionpandas_dtype
Converts input into a pandas only dtype object or a numpy dtype object. Parameters ---------- dtype : object to be converted Re
source/predictive_maintenance/pandas/core/dtypes/common.py:1981
← previousnext →401–500 of 27,130, ranked by callers