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

↓ 16 callersMethoddtype
(self, request)
source/predictive_maintenance/pandas/tests/reshape/test_reshape.py:30
↓ 16 callersFunctioneasy_dtype
Convenience function to create a `np.dtype` object. The function processes the input `dtype` and matches it with the given names. P
source/predictive_maintenance/numpy/lib/_iotools.py:878
↓ 16 callersFunctionfind_common_type
Find a common data type among the given dtypes. Parameters ---------- types : list of dtypes Returns ------- pandas ext
source/predictive_maintenance/pandas/core/dtypes/cast.py:1072
↓ 16 callersMethodget_value
return the value for the location i
source/predictive_maintenance/pandas/tests/indexing/common.py:164
↓ 16 callersMethodget_year_end
(self, dt)
source/predictive_maintenance/pandas/tseries/offsets.py:1918
↓ 16 callersMethodgetdoc
Return the doc of the function (from the doc of the method).
source/predictive_maintenance/numpy/ma/core.py:6572
↓ 16 callersFunctionhas_expanded_repr
(df)
source/predictive_maintenance/pandas/tests/io/formats/test_format.py:103
↓ 16 callersFunctionhash_pandas_object
Return a data hash of the Index/Series/DataFrame .. versionadded:: 0.19.2 Parameters ---------- index : boolean, default True
source/predictive_maintenance/pandas/core/util/hashing.py:49
↓ 16 callersMethodindex
(self, request)
source/predictive_maintenance/pandas/tests/indexes/interval/test_astype.py:71
↓ 16 callersFunctionis_datetimelike
Check whether an array-like is a datetime-like array-like. Acceptable datetime-like objects are (but not limited to) datetime indices, p
source/predictive_maintenance/pandas/core/dtypes/common.py:702
↓ 16 callersMethodis_integer
(self)
source/predictive_maintenance/pandas/core/indexes/base.py:1672
↓ 16 callersMethodisin
Return a boolean array where the index values are in `values`. Compute boolean array of whether each index value is found in the
source/predictive_maintenance/pandas/core/indexes/base.py:4540
↓ 16 callersMethodisna
(self)
source/predictive_maintenance/pandas/core/series.py:4206
↓ 16 callersFunctionmatrix_rank
Return matrix rank of array using SVD method Rank of the array is the number of singular values of the array that are greater than `tol`
source/predictive_maintenance/numpy/linalg/linalg.py:1756
↓ 16 callersFunctionmaybe_downcast_to_dtype
try to cast to the specified dtype (e.g. convert back to bool/int or could be an astype of float64->float32
source/predictive_maintenance/pandas/core/dtypes/cast.py:65
↓ 16 callersMethodnsmallest
Return the smallest `n` elements. Parameters ---------- n : int, default 5 Return this many ascending so
source/predictive_maintenance/pandas/core/series.py:3122
↓ 16 callersMethodselect_column
return a single column from the table. This is generally only useful to select an indexable Parameters ----------
source/predictive_maintenance/pandas/io/pytables.py:758
↓ 16 callersMethodto_native_types
Format specified values of `self` and return them. Parameters ---------- slicer : int, array-like An ind
source/predictive_maintenance/pandas/core/indexes/base.py:1024
↓ 15 callersMethod__cputype
(self, n)
source/predictive_maintenance/numpy/distutils/cpuinfo.py:319
↓ 15 callersMethod__machine
(self, n)
source/predictive_maintenance/numpy/distutils/cpuinfo.py:340
↓ 15 callersMethod_assert_where_conversion
test coercion triggered by where
source/predictive_maintenance/pandas/tests/indexing/test_coercion.py:441
↓ 15 callersMethod_check_from
(self, s, value, **kw)
source/predictive_maintenance/numpy/core/tests/test_multiarray.py:4713
↓ 15 callersFunction_clean_args
Helper function for delegating arguments to Python string functions. Many of the Python string operations that have optional arguments
source/predictive_maintenance/numpy/core/defchararray.py:78
↓ 15 callersMethod_get_block_manager_axis
Map the axis to the block_manager axis.
source/predictive_maintenance/pandas/core/generic.py:382
↓ 15 callersFunction_noarg_wrapper
(f, docstring=None, **kargs)
source/predictive_maintenance/pandas/core/strings.py:1736
↓ 15 callersMethod_reset_identity
Initializes or resets ``_id`` attribute with new object.
source/predictive_maintenance/pandas/core/indexes/base.py:633
↓ 15 callersMethod_summary
Return a summarized representation. Parameters ---------- name : str name to use in the summary represen
source/predictive_maintenance/pandas/core/indexes/base.py:1063
↓ 15 callersMethodadd_data_dir
Recursively add files under data_path to data_files list. Recursively add files under data_path to the list of data_files to be insta
source/predictive_maintenance/numpy/distutils/misc_util.py:1054
↓ 15 callersFunctionadd_newdoc
(module, name, doc)
source/predictive_maintenance/numpy/doc/constants.py:22
↓ 15 callersMethodapply
iterate over the blocks, collect and create a new block manager Parameters ---------- f : the callable or function n
source/predictive_maintenance/pandas/core/internals/managers.py:318
↓ 15 callersFunctionas_json_table_type
Convert a NumPy / pandas type to its corresponding json_table. Parameters ---------- x : array or dtype Returns -------
source/predictive_maintenance/pandas/io/json/table_schema.py:22
↓ 15 callersFunctionassert_dtype_not_equal
(a, b)
source/predictive_maintenance/numpy/core/tests/test_dtype.py:20
↓ 15 callersFunctionassert_equal
(left, right)
source/predictive_maintenance/pandas/tests/test_window.py:28
↓ 15 callersFunctionassert_stat_op_api
Check that API for operator opname works as advertised on frame Parameters ---------- opname : string Name of the operator t
source/predictive_maintenance/pandas/tests/frame/test_analytics.py:116
↓ 15 callersMethodbool
Return the bool of a single element PandasObject. This must be a boolean scalar value, either True or False. Raise a ValueE
source/predictive_maintenance/pandas/core/generic.py:1482
↓ 15 callersMethodcast
Convert series to series of this class. The `series` is expected to be an instance of some polynomial series of one of the types supp
source/predictive_maintenance/numpy/polynomial/_polybase.py:999
↓ 15 callersMethodcheck_funs
(self, testfunc, targfunc, allow_complex=True, allow_all_nan=True, allow_str=True, allow_da
source/predictive_maintenance/pandas/tests/test_nanops.py:220
↓ 15 callersMethodclear
Reset the styler, removing any previously applied styles. Returns None.
source/predictive_maintenance/pandas/io/formats/style.py:510
↓ 15 callersMethodcount
Returns an array with the number of non-overlapping occurrences of substring `sub` in the range [`start`, `end`]. See also
source/predictive_maintenance/numpy/core/defchararray.py:2187
↓ 15 callersMethodcreate_index
(self, closed='right')
source/predictive_maintenance/pandas/tests/indexes/interval/test_interval.py:34
↓ 15 callersFunctioncrosstab
Compute a simple cross-tabulation of two (or more) factors. By default computes a frequency table of the factors unless an array of values an
source/predictive_maintenance/pandas/core/reshape/pivot.py:391
↓ 15 callersMethodcumprod
Cumulative product for each group.
source/predictive_maintenance/pandas/core/groupby/groupby.py:1850
↓ 15 callersMethodcumprod
Return the cumulative product of the array elements over the given axis. Masked values are set to 1 internally during the computatio
source/predictive_maintenance/numpy/ma/core.py:5098
↓ 15 callersMethodfloor
(self, freq, ambiguous='raise', nonexistent='raise')
source/predictive_maintenance/pandas/core/arrays/datetimelike.py:313
↓ 15 callersFunctionfname2def
(name)
source/predictive_maintenance/numpy/core/setup_common.py:198
↓ 15 callersMethodget_indexer
(self, target, method=None, limit=None, tolerance=None)
source/predictive_maintenance/pandas/core/indexes/category.py:561
↓ 15 callersMethodget_indexer_non_unique
(self, target)
source/predictive_maintenance/pandas/core/indexes/base.py:4430
↓ 15 callersMethodget_loc
Get integer location for requested label Returns ------- loc : int
source/predictive_maintenance/pandas/core/indexes/period.py:656
↓ 15 callersMethodinsert
Make new Index inserting new item at location. Follows Python list.append semantics for negative values. Parameters
source/predictive_maintenance/pandas/core/indexes/base.py:4919
↓ 15 callersMethodinsert
Make new Index inserting new item at location Parameters ---------- loc : int item : object if n
source/predictive_maintenance/pandas/core/indexes/datetimes.py:1209
↓ 15 callersFunctionis_iterator
Check if the object is an iterator. For example, lists are considered iterators but not strings or datetime objects. Parameters
source/predictive_maintenance/pandas/core/dtypes/inference.py:121
↓ 15 callersFunctionis_string_dtype
Check whether the provided array or dtype is of the string dtype. Parameters ---------- arr_or_dtype : array-like The array
source/predictive_maintenance/pandas/core/dtypes/common.py:605
↓ 15 callersFunctionis_term
(obj)
source/predictive_maintenance/pandas/core/computation/ops.py:317
↓ 15 callersFunctionisfunction
(rout)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:259
↓ 15 callersMethodkeys
Return a (potentially unordered) list of the keys corresponding to the objects stored in the HDFStore. These are ABSOLUTE path-names
source/predictive_maintenance/pandas/io/pytables.py:546
↓ 15 callersMethodlen
(self, text)
source/predictive_maintenance/pandas/io/formats/format.py:321
↓ 15 callersFunctionmakeFY5253NearestEndMonth
(*args, **kwds)
source/predictive_maintenance/pandas/tests/tseries/offsets/test_fiscal.py:29
↓ 15 callersFunctionmake_mask_none
Return a boolean mask of the given shape, filled with False. This function returns a boolean ndarray with all entries False, that can be
source/predictive_maintenance/numpy/ma/core.py:1647
↓ 15 callersFunctionmasked_equal
Mask an array where equal to a given value. This function is a shortcut to ``masked_where``, with `condition` = (x == value). For float
source/predictive_maintenance/numpy/ma/core.py:2080
↓ 15 callersFunctionmedian
Compute the median along the specified axis. Returns the median of the array elements. Parameters ---------- a : array_like
source/predictive_maintenance/numpy/ma/extras.py:618
↓ 15 callersMethodmin
Minimum value of given dtype.
source/predictive_maintenance/numpy/core/getlimits.py:508
↓ 15 callersMethodohlc
Compute sum of values, excluding missing values. For multiple groupings, the result index will be a MultiIndex
source/predictive_maintenance/pandas/core/groupby/groupby.py:1311
↓ 15 callersMethodopen
Open the file in the specified mode Parameters ---------- mode : {'a', 'w', 'r', 'r+'}, default 'a' See
source/predictive_maintenance/pandas/io/pytables.py:566
↓ 15 callersMethodread_array
read an array for the specified node (off of group
source/predictive_maintenance/pandas/io/pytables.py:2531
↓ 15 callersFunctionread_sas
Read SAS files stored as either XPORT or SAS7BDAT format files. Parameters ---------- filepath_or_buffer : string or file-like objec
source/predictive_maintenance/pandas/io/sas/sasreader.py:9
↓ 15 callersMethodrpartition
(self, sep=' ', expand=True)
source/predictive_maintenance/pandas/core/strings.py:2505
↓ 15 callersMethodselect
Retrieve pandas object stored in file, optionally based on where criteria Parameters ---------- key : object
source/predictive_maintenance/pandas/io/pytables.py:697
↓ 15 callersFunctionstack_arrays
Superposes arrays fields by fields Parameters ---------- arrays : array or sequence Sequence of input arrays. defaults :
source/predictive_maintenance/numpy/lib/recfunctions.py:1219
↓ 15 callersMethodswapcase
For each element in `self`, return a copy of the string with uppercase characters converted to lowercase and vice versa. See
source/predictive_maintenance/numpy/core/defchararray.py:2546
↓ 15 callersMethodto_numpy
Convert the DataFrame to a NumPy array. .. versionadded:: 0.24.0 By default, the dtype of the returned array will be the co
source/predictive_maintenance/pandas/core/frame.py:1140
↓ 15 callersMethodto_pytimedelta
Return Timedelta Array/Index as object ndarray of datetime.timedelta objects. Returns ------- datetimes : nd
source/predictive_maintenance/pandas/core/arrays/timedeltas.py:805
↓ 15 callersMethodview
Returns a view of the mrecarray.
source/predictive_maintenance/numpy/ma/mrecords.py:368
↓ 15 callersFunctionwide_to_long
r""" Wide panel to long format. Less flexible but more user-friendly than melt. With stubnames ['A', 'B'], this function expects to find one
source/predictive_maintenance/pandas/core/reshape/melt.py:181
↓ 14 callersMethod__array__
The numpy array interface. Returns ------- values : numpy array A numpy array of either the specified dt
source/predictive_maintenance/pandas/core/arrays/categorical.py:1278
↓ 14 callersMethod_apply
Rolling statistical measure using supplied function. Designed to be used with passed-in Cython array-based functions. Parame
source/predictive_maintenance/pandas/core/window.py:2272
↓ 14 callersFunction_assert_equal_type_and_value
(result, expected, err_msg=None)
source/predictive_maintenance/numpy/lib/tests/test_mixins.py:65
↓ 14 callersMethod_assert_setitem_series_conversion
test series value's coercion triggered by assignment
source/predictive_maintenance/pandas/tests/indexing/test_coercion.py:65
↓ 14 callersMethod_check_compiler
(self)
source/predictive_maintenance/numpy/distutils/command/config.py:39
↓ 14 callersMethod_check_moment_func
(self, static_comp, name, has_min_periods=True, has_center=True, has_time_rule=True
source/predictive_maintenance/pandas/tests/test_window.py:1520
↓ 14 callersFunction_commonType
(*arrays)
source/predictive_maintenance/numpy/linalg/linalg.py:144
↓ 14 callersFunction_eval_single_bin
(lhs, cmp1, rhs, engine)
source/predictive_maintenance/pandas/tests/computation/test_eval.py:78
↓ 14 callersFunction_filter_nodes
Filter out AST nodes that are subclasses of ``superclass``.
source/predictive_maintenance/pandas/core/computation/expr.py:160
↓ 14 callersMethod_is_level_reference
Test whether a key is a level reference for a given axis. To be considered a level reference, `key` must be a string that:
source/predictive_maintenance/pandas/core/generic.py:1513
↓ 14 callersFunction_makearray
(a)
source/predictive_maintenance/numpy/linalg/linalg.py:116
↓ 14 callersMethod_maybe_convert_i8
Maybe convert a given key to it's equivalent i8 value(s). Used as a preprocessing step prior to IntervalTree queries (self._engine),
source/predictive_maintenance/pandas/core/indexes/interval.py:597
↓ 14 callersFunction_mklbl
(prefix, n)
source/predictive_maintenance/pandas/tests/indexing/common.py:23
↓ 14 callersFunction_numeric_methods
Implement forward, reflected and inplace binary methods with a ufunc.
source/predictive_maintenance/numpy/lib/mixins.py:48
↓ 14 callersFunction_offset
(window, center)
source/predictive_maintenance/pandas/core/window.py:2563
↓ 14 callersFunction_recode_for_categories
Convert a set of codes for to a new set of categories Parameters ---------- codes : array old_categories, new_categories : Index
source/predictive_maintenance/pandas/core/arrays/categorical.py:2596
↓ 14 callersMethodadd_categories
Add new categories. `new_categories` will be included at the last/highest place in the categories and will be unused directl
source/predictive_maintenance/pandas/core/arrays/categorical.py:994
↓ 14 callersMethodadjoin
(self, space, *lists, **kwargs)
source/predictive_maintenance/pandas/io/formats/format.py:307
↓ 14 callersMethodargsort
Return an ndarray of indices that sort the array along the specified axis. Masked values are filled beforehand to `fill_valu
source/predictive_maintenance/numpy/ma/core.py:5330
↓ 14 callersFunctionassert_warn_len_equal
(mod, n_in_context, py34=None, py37=None)
source/predictive_maintenance/numpy/testing/tests/test_utils.py:1155
↓ 14 callersFunctioncompress_rowcols
Suppress the rows and/or columns of a 2-D array that contain masked values. The suppression behavior is selected with the `axis` paramet
source/predictive_maintenance/numpy/ma/extras.py:828
↓ 14 callersMethodcount
Count non-NA cells for each column or row. The values `None`, `NaN`, `NaT`, and optionally `numpy.inf` (depending on `pandas
source/predictive_maintenance/pandas/core/frame.py:7240
↓ 14 callersMethodcount
Count the non-masked elements of the array along the given axis. Parameters ---------- axis : None or int or tuple o
source/predictive_maintenance/numpy/ma/core.py:4396
↓ 14 callersFunctiondiag
Extract a diagonal or construct a diagonal array. See the more detailed documentation for ``numpy.diagonal`` if you use this function to
source/predictive_maintenance/numpy/lib/twodim_base.py:217
↓ 14 callersMethodexists
(self)
source/predictive_maintenance/pandas/io/sql.py:559
↓ 14 callersFunctionf
(dfgb)
source/predictive_maintenance/pandas/tests/groupby/test_function.py:1077
↓ 14 callersFunctionfadd
(line, s=fhooks)
source/predictive_maintenance/numpy/f2py/f90mod_rules.py:99
← previousnext →801–900 of 27,130, ranked by callers