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

↓ 8 callersMethoddiff
First discrete difference of element. Calculates the difference of a DataFrame element compared with another element in the
source/predictive_maintenance/pandas/core/frame.py:6099
↓ 8 callersFunctiondot_join
(*args)
source/predictive_maintenance/numpy/distutils/misc_util.py:715
↓ 8 callersFunctionfilepath_from_subprocess_output
Convert `bytes` in the encoding used by a subprocess into a filesystem-appropriate `str`. Inherited from `exec_command`, and possibly incorr
source/predictive_maintenance/numpy/distutils/exec_command.py:64
↓ 8 callersMethodfillna
Fill NA/NaN values using the specified method. Parameters ---------- value : scalar, dict, Series, or DataFrame
source/predictive_maintenance/pandas/core/generic.py:5948
↓ 8 callersMethodflush
Force all buffered modifications to be written to disk. Parameters ---------- fsync : bool (default False)
source/predictive_maintenance/pandas/io/pytables.py:656
↓ 8 callersFunctionfromrecords
Creates a MaskedRecords from a list of records. Parameters ---------- reclist : sequence A list of records. Each element of
source/predictive_maintenance/numpy/ma/mrecords.py:553
↓ 8 callersFunctiongenerate_range
Generates a sequence of dates corresponding to the specified time offset. Similar to dateutil.rrule except uses pandas DateOffset objects
source/predictive_maintenance/pandas/tseries/offsets.py:2413
↓ 8 callersFunctionget_fieldspec
Produce a list of name/dtype pairs corresponding to the dtype fields Similar to dtype.descr, but the second item of each tuple is a dtype, n
source/predictive_maintenance/numpy/lib/recfunctions.py:80
↓ 8 callersFunctionget_group_index
For the particular label_list, gets the offsets into the hypothetical list representing the totally ordered cartesian product of all possible
source/predictive_maintenance/pandas/core/sorting.py:20
↓ 8 callersMethodget_node
return the node with the key or None if it does not exist
source/predictive_maintenance/pandas/io/pytables.py:1154
↓ 8 callersMethodget_result
(self)
source/predictive_maintenance/pandas/core/reshape/reshape.py:174
↓ 8 callersFunctionget_rtol
(dtype)
source/predictive_maintenance/numpy/linalg/tests/test_linalg.py:55
↓ 8 callersFunctionget_terminal_size
Detect terminal size and return tuple = (width, height). Only to be used when running in a terminal. Note that the IPython notebook, IPy
source/predictive_maintenance/pandas/io/formats/terminal.py:25
↓ 8 callersFunctionget_test_data
(ngroups=NGROUPS, n=N)
source/predictive_maintenance/pandas/tests/reshape/merge/test_merge.py:31
↓ 8 callersFunctiongetctype
Determines C type
source/predictive_maintenance/numpy/f2py/capi_maps.py:238
↓ 8 callersFunctionhas_horizontally_truncated_repr
(df)
source/predictive_maintenance/pandas/tests/io/formats/test_format.py:70
↓ 8 callersFunctionhas_level_label
Returns true if the ``label_flags`` indicate there is at least one label for this level. if the minimum view limit is not an exact integ
source/predictive_maintenance/pandas/plotting/_converter.py:576
↓ 8 callersFunctionhash_tuples
Hash an MultiIndex / list-of-tuples efficiently .. versionadded:: 0.20.0 Parameters ---------- vals : MultiIndex, list-of-tuple
source/predictive_maintenance/pandas/core/util/hashing.py:120
↓ 8 callersFunctioniadd
(line, s=ihooks)
source/predictive_maintenance/numpy/f2py/f90mod_rules.py:129
↓ 8 callersFunctioninterp
One-dimensional linear interpolation. Returns the one-dimensional piecewise linear interpolant to a function with given discrete data po
source/predictive_maintenance/numpy/lib/function_base.py:1283
↓ 8 callersFunctionis_complex_dtype
Check whether the provided array or dtype is of a complex dtype. Parameters ---------- arr_or_dtype : array-like The array o
source/predictive_maintenance/pandas/core/dtypes/common.py:1752
↓ 8 callersMethodis_datetimelike
(self)
source/predictive_maintenance/pandas/core/window.py:72
↓ 8 callersFunctionis_glob_pattern
(s)
source/predictive_maintenance/numpy/distutils/misc_util.py:475
↓ 8 callersFunctionis_platform_windows
()
source/predictive_maintenance/pandas/compat/__init__.py:457
↓ 8 callersMethodisalnum
Returns true for each element if all characters in the string are alphanumeric and there is at least one character, false oth
source/predictive_maintenance/numpy/core/defchararray.py:2268
↓ 8 callersMethodisalpha
Returns true for each element if all characters in the string are alphabetic and there is at least one character, false other
source/predictive_maintenance/numpy/core/defchararray.py:2281
↓ 8 callersMethodisin
(self, values, level=None)
source/predictive_maintenance/pandas/core/indexes/numeric.py:443
↓ 8 callersMethodislower
Returns true for each element if all cased characters in the string are lowercase and there is at least one cased character,
source/predictive_maintenance/numpy/core/defchararray.py:2306
↓ 8 callersMethoditeritems
Iterate over (label, values) on info axis This is index for Series, columns for DataFrame, major_axis for Panel, and so on.
source/predictive_maintenance/pandas/core/generic.py:1831
↓ 8 callersFunctionlexsort_indexer
(keys, orders=None, na_position='last')
source/predictive_maintenance/pandas/core/sorting.py:189
↓ 8 callersFunctionlog
Compute the natural logarithm of `x`. Return the "principal value" (for a description of this, see `numpy.log`) of :math:`log_e(x)`. For
source/predictive_maintenance/numpy/lib/scimath.py:230
↓ 8 callersMethodmap
Map values using input correspondence (a dict, Series, or function). Maps the values (their categories, not the codes) of the index
source/predictive_maintenance/pandas/core/indexes/category.py:667
↓ 8 callersFunctionmelt
(frame, id_vars=None, value_vars=None, var_name=None, value_name='value', col_level=None)
source/predictive_maintenance/pandas/core/reshape/melt.py:25
↓ 8 callersMethodmonth_name
Return the month names of the DateTimeIndex with specified locale. .. versionadded:: 0.23.0 Parameters ----------
source/predictive_maintenance/pandas/core/arrays/datetimes.py:1208
↓ 8 callersFunctionmulti_dot
Compute the dot product of two or more arrays in a single function call, while automatically selecting the fastest evaluation order. `mu
source/predictive_maintenance/numpy/linalg/linalg.py:2541
↓ 8 callersFunctionmyeval
(e, g=None, l=None)
source/predictive_maintenance/numpy/f2py/crackfortran.py:2104
↓ 8 callersFunctionnan_to_num
Replace NaN with zero and infinity with large finite numbers. If `x` is inexact, NaN is replaced by zero, and infinity and -infinity rep
source/predictive_maintenance/numpy/lib/type_check.py:371
↓ 8 callersFunctionnotmasked_edges
Find the indices of the first and last unmasked values along an axis. If all values are masked, return None. Otherwise, return a list o
source/predictive_maintenance/numpy/ma/extras.py:1553
↓ 8 callersMethodpop
Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].
source/predictive_maintenance/pandas/compat/chainmap_impl.py:144
↓ 8 callersMethodread
(self, nrows=None)
source/predictive_maintenance/pandas/io/sas/sas7bdat.py:605
↓ 8 callersMethodreindex
Conform %(klass)s to new index with optional filling logic, placing NA/NaN in locations having no value in the previous index. A new
source/predictive_maintenance/pandas/core/generic.py:4113
↓ 8 callersMethodreindex
Create index with target's values (move/add/delete values as necessary) Returns ------- new_index : pd.Index
source/predictive_maintenance/pandas/core/indexes/category.py:472
↓ 8 callersMethodreindex_indexer
Parameters ---------- new_axis : Index indexer : ndarray of int64 or None axis : int fill_value : obj
source/predictive_maintenance/pandas/core/internals/managers.py:1198
↓ 8 callersMethodresolve
Resolve a variable name in a possibly local context Parameters ---------- key : text_type A variable name
source/predictive_maintenance/pandas/core/computation/scope.py:158
↓ 8 callersFunctionrmbadname1
(name)
source/predictive_maintenance/numpy/f2py/crackfortran.py:265
↓ 8 callersFunctionsetattrspec
(decl, attr, force=0)
source/predictive_maintenance/numpy/f2py/crackfortran.py:1737
↓ 8 callersMethodsetup_class
(cls)
source/predictive_maintenance/pandas/tests/computation/test_eval.py:753
↓ 8 callersMethodslice_replace
(self, start=None, stop=None, repl=None)
source/predictive_maintenance/pandas/core/strings.py:2646
↓ 8 callersFunctiontestit
()
source/predictive_maintenance/pandas/tests/computation/test_compat.py:29
↓ 8 callersMethodto_clipboard
r""" Copy object to the system clipboard. Write a text representation of object to the system clipboard. This can be pasted i
source/predictive_maintenance/pandas/core/generic.py:2595
↓ 8 callersMethodto_parquet
Write a DataFrame to the binary parquet format. .. versionadded:: 0.21.0 This function writes the dataframe as a `parquet f
source/predictive_maintenance/pandas/core/frame.py:2133
↓ 8 callersMethodto_xarray
Return an xarray object from the pandas object. Returns ------- xarray.DataArray or xarray.Dataset Data
source/predictive_maintenance/pandas/core/generic.py:2652
↓ 8 callersMethodtranslate
(self, table, deletechars=None)
source/predictive_maintenance/pandas/core/strings.py:2756
↓ 8 callersFunctiontsplot
(series, plotf, ax=None, **kwargs)
source/predictive_maintenance/pandas/plotting/_timeseries.py:27
↓ 8 callersFunctiontz_to_dtype
Return a datetime64[ns] dtype appropriate for the given timezone. Parameters ---------- tz : tzinfo or None Returns -------
source/predictive_maintenance/pandas/core/arrays/datetimes.py:54
↓ 8 callersFunctionverify_matching_signatures
Verify that a dispatcher function has the right signature.
source/predictive_maintenance/numpy/core/overrides.py:71
↓ 8 callersMethodwrite_tr
(self, line, indent=0, indent_delta=0, header=False, align=None, tags=None, nindex_levels=0)
source/predictive_maintenance/pandas/io/formats/html.py:123
↓ 8 callersMethodyear_has_extra_week
(self, dt)
source/predictive_maintenance/pandas/tseries/offsets.py:2140
↓ 7 callersMethod__getattribute__
(self, attr)
source/predictive_maintenance/numpy/core/records.py:239
↓ 7 callersMethod_add_logical_methods_disabled
Add in logical methods to disable.
source/predictive_maintenance/pandas/core/indexes/base.py:5264
↓ 7 callersMethod_apply
(self, n, other)
source/predictive_maintenance/pandas/tseries/offsets.py:1202
↓ 7 callersFunction_block_shape
guarantee the shape of the values to be at least 1 d
source/predictive_maintenance/pandas/core/internals/blocks.py:3118
↓ 7 callersMethod_can_hold_identifiers_and_holds_name
Faster check for ``name in self`` when we know `name` is a Python identifier (e.g. in NDFrame.__getattr__, which hits this to support
source/predictive_maintenance/pandas/core/indexes/base.py:3975
↓ 7 callersMethod_check_double_roundtrip
(self, obj, comparator, compression=False, **kwargs)
source/predictive_maintenance/pandas/tests/io/test_pytables.py:4418
↓ 7 callersFunction_check_implicitly_registered
()
source/predictive_maintenance/pandas/plotting/_converter.py:117
↓ 7 callersMethod_check_multi_index
Check a multi index item getting and simple setting. Parameters ---------- arr : ndarray Array to be indexed, mus
source/predictive_maintenance/numpy/core/tests/test_indexing.py:1040
↓ 7 callersMethod_check_tick
(self, base_delta, code)
source/predictive_maintenance/pandas/tests/tseries/test_frequencies.py:515
↓ 7 callersMethod_clear_item_cache
(self, i=None)
source/predictive_maintenance/pandas/core/generic.py:3149
↓ 7 callersMethod_create_data
(self)
source/predictive_maintenance/pandas/tests/test_window.py:56
↓ 7 callersFunction_decode_line
Decode bytes from binary input streams. Defaults to decoding from 'latin1'. That differs from the behavior of np.compat.asunicode that decode
source/predictive_maintenance/numpy/lib/_iotools.py:20
↓ 7 callersMethod_delegate_binop
(self, other)
source/predictive_maintenance/numpy/ma/core.py:3956
↓ 7 callersFunction_do_append
(arr, pad_chunk, axis)
source/predictive_maintenance/numpy/lib/arraypad.py:102
↓ 7 callersFunction_do_prepend
(arr, pad_chunk, axis)
source/predictive_maintenance/numpy/lib/arraypad.py:97
↓ 7 callersFunction_extend_blocks
return a new extended blocks, givin the result
source/predictive_maintenance/pandas/core/internals/blocks.py:3100
↓ 7 callersFunction_fix_real_lt_zero
Convert `x` to complex if it has real, negative components. Otherwise, output is just the array version of the input (via asarray). Paramete
source/predictive_maintenance/numpy/lib/scimath.py:99
↓ 7 callersMethod_flatten_visible
Flatten axes, and filter only visible Parameters ---------- axes : matplotlib Axes object, or its list-like
source/predictive_maintenance/pandas/tests/plotting/common.py:361
↓ 7 callersMethod_get_level_values
Return vector of label values for requested level, equal to the length of the index **this is an internal method**
source/predictive_maintenance/pandas/core/indexes/multi.py:1353
↓ 7 callersMethod_get_unique_index
Returns an index containing unique values. Parameters ---------- dropna : bool If True, NaN values are d
source/predictive_maintenance/pandas/core/indexes/base.py:2168
↓ 7 callersMethod_get_values
(self)
source/predictive_maintenance/pandas/core/indexes/accessors.py:32
↓ 7 callersMethod_gotitem
sub-classes to define return a sliced object Parameters ---------- key : string / list of selections
source/predictive_maintenance/pandas/core/base.py:278
↓ 7 callersMethod_is_label_reference
Test whether a key is a label reference for a given axis. To be considered a label reference, `key` must be a string that:
source/predictive_maintenance/pandas/core/generic.py:1546
↓ 7 callersMethod_iter_data
(self, data=None, keep_index=False, fillna=None)
source/predictive_maintenance/pandas/plotting/_core.py:219
↓ 7 callersMethod_loads
(self, obj)
source/predictive_maintenance/numpy/core/tests/test_multiarray.py:3824
↓ 7 callersFunction_make_stat_function
(cls, name, name1, name2, axis_descr, desc, f, see_also='', examples='')
source/predictive_maintenance/pandas/core/generic.py:10936
↓ 7 callersMethod_mpl_repr
(self)
source/predictive_maintenance/pandas/core/indexes/base.py:979
↓ 7 callersFunction_none_or_positive_arg
(x, name)
source/predictive_maintenance/numpy/core/arrayprint.py:825
↓ 7 callersMethod_prep_values
(self, values=None, kill_inf=True)
source/predictive_maintenance/pandas/core/window.py:192
↓ 7 callersMethod_python_agg_general
(self, func, *args, **kwargs)
source/predictive_maintenance/pandas/core/groupby/groupby.py:842
↓ 7 callersMethod_set_dtype
Internal method for directly updating the CategoricalDtype Parameters ---------- dtype : CategoricalDtype N
source/predictive_maintenance/pandas/core/arrays/categorical.py:723
↓ 7 callersMethod_set_is_copy
(self, ref=None, copy=True)
source/predictive_maintenance/pandas/core/generic.py:3175
↓ 7 callersMethod_shallow_copy
(self, values=None, dtype=None, **kwargs)
source/predictive_maintenance/pandas/core/indexes/category.py:198
↓ 7 callersMethod_shallow_copy_with_infer
Create a new Index inferring the class with passed value, don't copy the data, use the same object attributes with passed in attribut
source/predictive_maintenance/pandas/core/indexes/base.py:584
↓ 7 callersMethod_simple_new
we require the 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/datetimes.py:310
↓ 7 callersMethod_try_coerce_result
reverse of try_coerce_args
source/predictive_maintenance/pandas/core/internals/blocks.py:721
↓ 7 callersMethod_update_ctx
Update the state of the Styler. Collects a mapping of {index_label: ['<property>: <value>']}. attrs : Series or DataFrame
source/predictive_maintenance/pandas/io/formats/style.py:471
↓ 7 callersMethod_upsample
(self, f, limit=None, fill_value=None)
source/predictive_maintenance/pandas/core/resample.py:306
↓ 7 callersMethod_zeros
(shape, dtype=str)
source/predictive_maintenance/numpy/core/tests/test_multiarray.py:1411
↓ 7 callersMethodadvance
(self, n)
source/predictive_maintenance/numpy/core/_internal.py:564
↓ 7 callersMethodalign
(self, other, **kwargs)
source/predictive_maintenance/pandas/core/panel.py:698
↓ 7 callersMethodall
(self, *args, **kwargs)
source/predictive_maintenance/numpy/testing/tests/test_utils.py:577
← previousnext →1,301–1,400 of 27,130, ranked by callers