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

↓ 14 callersFunctionget_filepath_or_buffer
If the filepath_or_buffer is a url, translate and return the buffer. Otherwise passthrough. Parameters ---------- filepath_or_bu
source/predictive_maintenance/pandas/io/common.py:179
↓ 14 callersMethodget_indexer_for
Guaranteed return of an indexer even when non-unique. This dispatches to get_indexer or get_indexer_nonunique as appropriate
source/predictive_maintenance/pandas/core/indexes/base.py:4447
↓ 14 callersFunctionindex
Fixture for parametrization of date_range, period_range and timedelta_range indexes
source/predictive_maintenance/pandas/tests/resample/conftest.py:83
↓ 14 callersMethoditem
return the first element of the underlying data as a python scalar
source/predictive_maintenance/pandas/core/indexes/period.py:867
↓ 14 callersMethoditeritems
r""" Iterator over (column name, Series) pairs. Iterates over the DataFrame columns, returning a tuple with the column name a
source/predictive_maintenance/pandas/core/frame.py:742
↓ 14 callersFunctionjoin_by
Join arrays `r1` and `r2` on key `key`. The key should be either a string or a sequence of string corresponding to the fields used to jo
source/predictive_maintenance/numpy/lib/recfunctions.py:1372
↓ 14 callersFunctionlagval
Evaluate a Laguerre series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * L_0(x) + c
source/predictive_maintenance/numpy/polynomial/laguerre.py:857
↓ 14 callersFunctionlegval
Evaluate a Legendre series at points x. If `c` is of length `n + 1`, this function returns the value: .. math:: p(x) = c_0 * L_0(x) + c
source/predictive_maintenance/numpy/polynomial/legendre.py:907
↓ 14 callersFunctionloads
Load a pickle from the current string. The result of ``cPickle.loads(strg)`` is returned. Parameters ---------- strg : str
source/predictive_maintenance/numpy/ma/core.py:7904
↓ 14 callersMethodnlargest
Return the largest `n` elements. Parameters ---------- n : int, default 5 Return this many descending so
source/predictive_maintenance/pandas/core/series.py:3026
↓ 14 callersFunctionread_msgpack
Load msgpack pandas object from the specified file path THIS IS AN EXPERIMENTAL LIBRARY and the storage format may not be stable unt
source/predictive_maintenance/pandas/io/packers.py:163
↓ 14 callersFunctionreplace
(str, d, defaultsep='')
source/predictive_maintenance/numpy/f2py/auxfuncs.py:747
↓ 14 callersMethodrun_arithmetic
(self, df, other, assert_func, check_dtype=False, test_flex=True)
source/predictive_maintenance/pandas/tests/test_expressions.py:75
↓ 14 callersFunctionsetup
(**attr)
source/predictive_maintenance/numpy/distutils/core.py:109
↓ 14 callersFunctionsimple_period_range_series
Series with period range index and random data for test purposes.
source/predictive_maintenance/pandas/tests/resample/conftest.py:48
↓ 14 callersMethodskew
(self, **kwargs)
source/predictive_maintenance/pandas/core/window.py:1750
↓ 14 callersFunctionskip_if_no_pandas_parser
(parser)
source/predictive_maintenance/pandas/tests/frame/test_query_eval.py:35
↓ 14 callersMethodsort_values
Sort by the values. Sort a Series in ascending or descending order by some criterion. Parameters ----------
source/predictive_maintenance/pandas/core/series.py:2668
↓ 14 callersMethodto_dict
Convert the DataFrame to a dictionary. The type of the key-value pairs can be customized with the parameters (see below).
source/predictive_maintenance/pandas/core/frame.py:1195
↓ 14 callersFunctionunique
Finds the unique elements of an array. Masked values are considered the same element (masked). The output array is always a masked array
source/predictive_maintenance/numpy/ma/extras.py:1042
↓ 14 callersMethodunique
Return the ``Categorical`` which ``categories`` and ``codes`` are unique. Unused categories are NOT returned. - unordered ca
source/predictive_maintenance/pandas/core/arrays/categorical.py:2253
↓ 14 callersMethodupdate
Modify in place using non-NA values from another DataFrame. Aligns on indices. There is no return value. Parameters
source/predictive_maintenance/pandas/core/frame.py:5368
↓ 13 callersMethod_assert_can_do_setop
(self, other)
source/predictive_maintenance/pandas/core/indexes/base.py:2590
↓ 13 callersFunction_check_isinstance
Helper method for our assert_* methods that ensures that the two objects being compared have the right type before proceeding with the co
source/predictive_maintenance/pandas/util/testing.py:331
↓ 13 callersFunction_check_mixed_float
(df, dtype=None)
source/predictive_maintenance/pandas/tests/frame/common.py:111
↓ 13 callersMethod_get_level_number
(self, level)
source/predictive_maintenance/pandas/core/indexes/multi.py:1114
↓ 13 callersFunction_maybe_add_count
(base, count)
source/predictive_maintenance/pandas/tseries/frequencies.py:491
↓ 13 callersMethod_simple_new
(cls, start, stop=None, step=None, name=None, dtype=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/range.py:137
↓ 13 callersMethod_take
(self, indices, axis=0, is_copy=False)
source/predictive_maintenance/pandas/core/series.py:3923
↓ 13 callersMethodalign
(self, other, join='outer', axis=None, level=None, copy=True, fill_value=None, method=None, limi
source/predictive_maintenance/pandas/core/frame.py:3784
↓ 13 callersFunctionappendpath
(prefix, path)
source/predictive_maintenance/numpy/distutils/misc_util.py:2245
↓ 13 callersFunctionapply_along_axis
Apply a function to 1-D slices along the given axis. Execute `func1d(a, *args)` where `func1d` operates on 1-D arrays and `a` is a 1-D s
source/predictive_maintenance/numpy/lib/shape_base.py:271
↓ 13 callersFunctionassert_array_max_ulp
Check that all items of arrays differ in at most N Units in the Last Place. Parameters ---------- a, b : array_like Input ar
source/predictive_maintenance/numpy/testing/_private/utils.py:1567
↓ 13 callersMethodcheck_fun
(self, testfunc, targfunc, testar, targar=None, targarnan=None, empty_targfunc=None, **kwarg
source/predictive_maintenance/pandas/tests/test_nanops.py:202
↓ 13 callersMethodclose
(self)
source/predictive_maintenance/pandas/io/sas/sas7bdat.py:119
↓ 13 callersFunctionconstruct_1d_object_array_from_listlike
Transform any list-like object in a 1-dimensional numpy array of object dtype. Parameters ---------- values : any iterable which
source/predictive_maintenance/pandas/core/dtypes/cast.py:1193
↓ 13 callersFunctionconverter
(*date_cols)
source/predictive_maintenance/pandas/io/parsers.py:3159
↓ 13 callersMethodcumcount
Number each item in each group from 0 to the length of that group - 1. Essentially this is equivalent to >>> self.apply(lam
source/predictive_maintenance/pandas/core/groupby/groupby.py:1758
↓ 13 callersFunctionediff1d
The differences between consecutive elements of an array. Parameters ---------- ary : array_like If necessary, will be flatt
source/predictive_maintenance/numpy/lib/arraysetops.py:51
↓ 13 callersFunctionexc_iter
Iterate over Cartesian product of *args, and if an exception is raised, add information of the current iterate.
source/predictive_maintenance/numpy/core/tests/test_extint128.py:46
↓ 13 callersFunctionf
(a)
source/predictive_maintenance/pandas/tests/indexes/multi/test_duplicates.py:208
↓ 13 callersMethodfirst_valid_index
(self)
source/predictive_maintenance/pandas/core/generic.py:10232
↓ 13 callersMethodfrom_param
(cls, obj)
source/predictive_maintenance/numpy/ctypeslib.py:181
↓ 13 callersFunctionget_engine
return our implementation
source/predictive_maintenance/pandas/io/parquet.py:14
↓ 13 callersMethodget_include_dirs
(self, key='include_dirs')
source/predictive_maintenance/numpy/distutils/system_info.py:730
↓ 13 callersMethodget_loc
(self, key, method=None, tolerance=None)
source/predictive_maintenance/pandas/core/indexes/numeric.py:421
↓ 13 callersFunctionhasnote
(var)
source/predictive_maintenance/numpy/f2py/auxfuncs.py:494
↓ 13 callersMethodinfer_axes
infer the axes of my storer return a boolean indicating if we have a valid storer or not
source/predictive_maintenance/pandas/io/pytables.py:2429
↓ 13 callersMethodinteger_arrays
(self)
source/predictive_maintenance/numpy/lib/tests/test_nanfunctions.py:241
↓ 13 callersFunctionis_sparse
Check whether an array-like is a 1-D pandas sparse array. Check that the one-dimensional array-like is a pandas sparse array. Returns Tr
source/predictive_maintenance/pandas/core/dtypes/common.py:160
↓ 13 callersFunctionjust
(x)
source/predictive_maintenance/pandas/io/formats/format.py:1401
↓ 13 callersMethodlast_valid_index
(self)
source/predictive_maintenance/pandas/core/generic.py:10237
↓ 13 callersMethodmemory_usage
(f)
source/predictive_maintenance/pandas/tests/frame/test_repr_info.py:468
↓ 13 callersFunctionnargsort
This is intended to be a drop-in replacement for np.argsort which handles NaNs. It adds ascending and na_position parameters. GH #6399, #
source/predictive_maintenance/pandas/core/sorting.py:235
↓ 13 callersMethodread_csv
(self, path, **kwargs)
source/predictive_maintenance/pandas/tests/series/test_io.py:23
↓ 13 callersMethodrename
Alter Index or MultiIndex name. Able to set new names without level. Defaults to returning new index. Length of names must m
source/predictive_maintenance/pandas/core/indexes/base.py:1346
↓ 13 callersFunctionsort
Function version of the eponymous method.
source/predictive_maintenance/numpy/ma/core.py:6702
↓ 13 callersMethodsort_values
Sorts the Categorical by category value returning a new Categorical by default. While an ordering is applied to the category
source/predictive_maintenance/pandas/core/arrays/categorical.py:1563
↓ 13 callersFunctionsym2def
(symbol)
source/predictive_maintenance/numpy/core/setup_common.py:201
↓ 13 callersMethodtake
(self, indices, axis=0, allow_fill=True, fill_value=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/multi.py:1791
↓ 13 callersMethodto_timestamp
Cast to DatetimeIndex of timestamps, at *beginning* of period. Parameters ---------- freq : string, default frequenc
source/predictive_maintenance/pandas/core/frame.py:7790
↓ 12 callersMethod__array__
(self, t=None)
source/predictive_maintenance/numpy/lib/polynomial.py:1176
↓ 12 callersFunction_assertRankAtLeast2
(*arrays)
source/predictive_maintenance/numpy/linalg/linalg.py:203
↓ 12 callersFunction_bytes
(s, encoding)
source/predictive_maintenance/pandas/io/stata.py:2471
↓ 12 callersMethod_check_label_or_level_ambiguity
Check whether `key` is ambiguous. By ambiguous, we mean that it matches both a level of the input `axis` and a label of the
source/predictive_maintenance/pandas/core/generic.py:1607
↓ 12 callersMethod_constructor
(self)
source/predictive_maintenance/pandas/core/panel.py:135
↓ 12 callersMethod_constructor
(self)
source/predictive_maintenance/pandas/core/sparse/series.py:198
↓ 12 callersMethod_constructor
(self)
source/predictive_maintenance/pandas/core/sparse/frame.py:141
↓ 12 callersMethod_constructor
(self)
source/predictive_maintenance/pandas/core/indexes/base.py:541
↓ 12 callersMethod_cython_agg_general
(self, how, alt=None, numeric_only=True, min_count=-1)
source/predictive_maintenance/pandas/core/groupby/groupby.py:822
↓ 12 callersFunction_field_accessor
(name, alias, docstring=None)
source/predictive_maintenance/pandas/core/arrays/period.py:33
↓ 12 callersMethod_get_agg_axis
Let's be explicit about this.
source/predictive_maintenance/pandas/core/frame.py:7600
↓ 12 callersMethod_get_offset
(self, klass, value=1, normalize=False)
source/predictive_maintenance/pandas/tests/tseries/offsets/test_offsets.py:68
↓ 12 callersFunction_get_op_name
Find the name to attach to this method according to conventions for special and non-special methods. Parameters ---------- op :
source/predictive_maintenance/pandas/core/ops.py:364
↓ 12 callersMethod_invalid_indexer
Consistent invalid indexer message.
source/predictive_maintenance/pandas/core/indexes/base.py:3060
↓ 12 callersFunction_is_dtype_type
Return a boolean if the condition is satisfied for the arr_or_dtype. Parameters ---------- arr_or_dtype : array-like The arr
source/predictive_maintenance/pandas/core/dtypes/common.py:1845
↓ 12 callersMethod_next_opening_time
If n is positive, return tomorrow's business day opening time. Otherwise yesterday's business day's opening time. Opening ti
source/predictive_maintenance/pandas/tseries/offsets.py:607
↓ 12 callersFunction_ok_for_gaussian_kde
(kind)
source/predictive_maintenance/pandas/tests/plotting/common.py:38
↓ 12 callersMethod_searchsorted_monotonic
(self, label, side='left')
source/predictive_maintenance/pandas/core/indexes/base.py:4754
↓ 12 callersMethod_shape
Calculate table chape considering index levels.
source/predictive_maintenance/pandas/util/_doctools.py:19
↓ 12 callersFunction_test
()
source/predictive_maintenance/pytz/__init__.py:495
↓ 12 callersMethod_update_map
Update map location for tag with file position
source/predictive_maintenance/pandas/io/stata.py:2775
↓ 12 callersFunction_view_wrapper
(f, arr_dtype=None, out_dtype=None, fill_wrap=None)
source/predictive_maintenance/pandas/core/algorithms.py:1249
↓ 12 callersMethod_write
Helper to call encode before writing to file for Python 3 compat.
source/predictive_maintenance/pandas/io/stata.py:1999
↓ 12 callersMethodalign
(self, other, join='outer', axis=None, level=None, copy=True, fill_value=None, method=None, limi
source/predictive_maintenance/pandas/core/series.py:3657
↓ 12 callersMethodany
Test whether any array element along a given axis evaluates to True. Refer to `numpy.any` for full documentation. Parameter
source/predictive_maintenance/numpy/matrixlib/defmatrix.py:550
↓ 12 callersFunctionbroadcast_arrays
Broadcast any number of arrays against each other. Parameters ---------- `*args` : array_likes The arrays to broadcast.
source/predictive_maintenance/numpy/lib/stride_tricks.py:209
↓ 12 callersMethodcheck_cases
Run func on each of the cases with all of the tags in require, and none of the tags in exclude
source/predictive_maintenance/numpy/linalg/tests/test_linalg.py:338
↓ 12 callersMethodcheck_error_on_write
(self, df, engine, exc)
source/predictive_maintenance/pandas/tests/io/test_parquet.py:226
↓ 12 callersFunctionconvert
convert the numpy values to a list
source/predictive_maintenance/pandas/io/packers.py:268
↓ 12 callersMethodcopy
Make deep or shallow copy of BlockManager Parameters ---------- deep : boolean o rstring, default True I
source/predictive_maintenance/pandas/core/internals/managers.py:710
↓ 12 callersMethodcopy
(self)
source/predictive_maintenance/numpy/distutils/fcompiler/__init__.py:243
↓ 12 callersFunctioncorrcoef
Return Pearson product-moment correlation coefficients. Please refer to the documentation for `cov` for more detail. The relationship b
source/predictive_maintenance/numpy/lib/function_base.py:2460
↓ 12 callersFunctioncreate_data
create the pickle/msgpack data
source/predictive_maintenance/pandas/tests/io/generate_legacy_storage_files.py:104
↓ 12 callersMethodcreate_index
(self, categories=None, ordered=False)
source/predictive_maintenance/pandas/tests/indexes/test_category.py:31
↓ 12 callersFunctiondtype
()
source/predictive_maintenance/pandas/tests/extension/numpy_/test_numpy.py:13
↓ 12 callersMethodfillna
Fill missing values with `value`. Parameters ---------- value : scalar, optional method : str, optional
source/predictive_maintenance/pandas/core/arrays/sparse.py:837
↓ 12 callersMethodflip
unlike np.transpose, this returns an array of tuples
source/predictive_maintenance/pandas/core/reshape/merge.py:1452
↓ 12 callersMethodget_loc
Get location for a label or a tuple of labels as an integer, slice or boolean mask. Parameters ---------- ke
source/predictive_maintenance/pandas/core/indexes/multi.py:2338
↓ 12 callersMethodholds_integer
(self)
source/predictive_maintenance/pandas/core/indexes/base.py:1726
← previousnext →901–1,000 of 27,130, ranked by callers